Skip to main content
Filter by
Sorted by
Tagged with
Advice
1 vote
2 replies
62 views

I’m a PL/SQL developer with strong Oracle experience, interviewing for a role in a Java-based team. They’re happy with my database skills but want me to learn few Java skills before the next round. ...
SQL_starter_learner's user avatar
0 votes
1 answer
34 views

Helo, I have a Horizontal Aadapter for a ViewPager: public class HorizontalAdapter extends FragmentStateAdapter { ... } Inside the HorizontalAdapter I have creating 3 VerticalContainerFragments, ...
ubik41's user avatar
  • 35
2 votes
0 answers
78 views

I am trying to run a separate instance of a Spring Batch job for every file, up to 20 at a time. For some reason, the job is being launched with the same parameters multiple times (same filename + ...
oe a's user avatar
  • 2,300
3 votes
1 answer
81 views

So I am trying to make an audio player just because I want to understand stacks and GUIs in java better, I was expecting when a audio file was chosen it should have played which it did before but it ...
Fer's user avatar
  • 31
Best practices
0 votes
0 replies
29 views

Problem: I need to implement a scheduler that sends an email verification reminder to Keycloak users 30 days after their initial registration (if they haven't verified their email yet). My ...
Prashant Raghav's user avatar
Best practices
0 votes
4 replies
74 views

I am trying to implement password manager on Java right now. I am implementing the vault. I have VaultEntry and VaultFolder classes. VaultEntry has fields id, parentId, name, username, email, password ...
gth-other's user avatar
1 vote
1 answer
48 views

I would like to explore a simple Apache Camel Spring Boot demo application that moves files from a directory to another running in a native image. While jvm build runs fine (mvn spring-boot:run), ...
Federico's user avatar
Best practices
0 votes
3 replies
69 views

I want to know what is the best practice for defining Testcontainers in Spring Boot. I saw different Versions on how to define them. @TestConfiguration(proxyBeanMethods = false) class ...
Kevin's user avatar
  • 850
3 votes
2 answers
91 views

I have a Spring application where I need to initialize a nodeId very early during application startup. The problem is: nodeId is used inside static blocks of some classes. One of those classes is ...
ryhn's user avatar
  • 124
-3 votes
1 answer
80 views

I'm doing a java OOP assignment and ran across a syntax error that shows JOptionPane does not exist on the import statement. How to fix that?
user25214124's user avatar
-3 votes
0 answers
45 views

I am working on an Android project using the latest Sony camera remote SDK to control Sony camera, but I don't know how to use it and cannot find an example using Java in Android Studio. Any one can ...
George Chen's user avatar
1 vote
1 answer
55 views

I have a unit test where I am trying to do assertThat(foo, hasProperty("bar", hasProperty("qua", is(closeTo(17.0f, 1e-5))))); That is, I have foo and want to verify that foo....
Troy Daniels's user avatar
  • 3,720
5 votes
0 answers
93 views

In CLDR v38, the en_GB abbreviation for September was changed from "Sep" to "Sept". This has meant that since Java 16, in Locale.UK, the short name is now "Sept". This is ...
amaidment's user avatar
  • 7,436
0 votes
0 answers
22 views

I am using Eclipse 2023 and CXF 4.1.4 to recreate a Jakarta web service from a java interface and impl class. My service endpoint interface looks like this: @WebService(name="ValidateMe", ...
raykellyiii's user avatar
Advice
2 votes
8 replies
176 views

I am a CS student with experience in C, C++ and basic Java. When looking for open source projects on GitHub, I see labels like "good first issue", but I am unsure how to determine whether a ...
MonkeChing's user avatar

15 30 50 per page
1
2 3 4 5
…
127804