Skip to main content
Filter by
Sorted by
Tagged with
Advice
1 vote
3 replies
68 views

I am sorry for asking this, but I am very confused. I am creating a project where I compare various sorting methods (such as Selection Sort, Bubble Sort, and Merge Sort). It asks me to create two ...
HelloSam3567's user avatar
0 votes
0 answers
52 views

I am trying to read/write chunks bytes on a disk partition (lettered W). However, when I try to use a RandomAccessFile to do this, it always tells me that my parameter is incorrect on the line reading ...
milkchunks's user avatar
Best practices
0 votes
0 replies
49 views

The documentation for SoftReference states that All soft references are guaranteed to be cleared before the virtual machine throws an OutOfMemoryError This is only sensible, but on all occasions I ...
Turin's user avatar
  • 2,345
0 votes
1 answer
68 views

I need a most generic mutable collection implementation. The only operations I am interested in are: Adding a new element to the collection; Traversal in any order; Finalizing the collection, ...
Turin's user avatar
  • 2,345
Best practices
0 votes
7 replies
79 views

I'm using an external library which builds an internal representation of an abstract syntax tree (AST) for a toy programming language given an XML file representation of the AST. The method I'm using, ...
Timo's user avatar
  • 27
Advice
0 votes
3 replies
53 views

What is the difference between these two Spring Cloud Gateway properties - spring.cloud.gateway.server.webflux.httpclient.response-timeout and spring.cloud.gateway.httpclient.response-timeout Are both ...
ashtrix-001's user avatar
0 votes
1 answer
64 views

I have an external weather sensor, which gives periodically linebased NMEA-Data: $WIMWV,357.0,R,5.2,M,A*1A\r\n$WIMWV,123.0,T,5.2,M,A*1A\r\n The structure of the data contains exactly two lines (R and ...
Alex's user avatar
  • 683
Advice
0 votes
0 replies
35 views

I am building an Android app using Camera2 API + MediaRecorder where the device is locked in portrait mode (kiosk mode). Problem The camera preview looks correct (portrait, 9:16), but the recorded ...
Nityam Tiwari's user avatar
0 votes
1 answer
42 views

I have spent couple of days trying to turn on Oracle UCP logs in my Spring boot app but haven't succeeded. Here is code that i used to get some details (root and oracle loggers level, handlers): @...
Matthew's user avatar
Advice
0 votes
1 replies
64 views

I’m looking for good free resources to learn Java Full Stack Development (beginner to advanced). It would be helpful if the resources cover: Core Java Spring / Spring Boot REST APIs Database (...
Ravi Kiran Eedupuganti's user avatar
2 votes
2 answers
76 views

Recently, I tried recreating John Conway's Game of Life in Java. While I was coding, I did lots of tests, and everything seemed fine. However, when I actually tested it, it didn't work correctly. For ...
Bryant Lewis's user avatar
3 votes
1 answer
41 views

In a corporate project, I’m migrating from Spring 3.x to Spring 4.x, and also from Jackson 2.x to 3.x at the same time. I do have the following problem: with Jackson 2 this code works "as is"...
gblaise's user avatar
  • 95
Advice
3 votes
3 replies
89 views

I am leading a university coding lab where students work in teams on 3-month projects. The goal is to help them become job-ready junior developers by working on problems that reflect real-world ...
Kristine Megrelishvili's user avatar
Tooling
0 votes
1 replies
47 views

A Quarkus extension uses a multi-module Maven structure. A minimal example is: quarkus-extension ├── integration-tests │ └── pom.xml ├── deployment │ └── pom.xml ├── runtime │ └── pom.xml └── ...
feliperaindo's user avatar
Tooling
0 votes
2 replies
56 views

I'm trying to build a CI system that does each part of a maven build step in a separate job. That is, we run mvn compiler:compile compiler:testCompile in one job, then mvn surefire:test in another one,...
Wouter Verhelst's user avatar

15 30 50 per page
1
2 3 4 5
127761