Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
34 views

I want to implement a notification-style list using a single RecyclerView in Android. The layout includes: Grouped (stacked) notifications: multiple items combined into one group Normal ...
Hùng Phạm's user avatar
0 votes
0 answers
60 views

Tried following code with a wrong serverAddress: final int CONNECT_TIMEOUT = 5000; // 5000 ms = 5 seconds final int SO_TIMEOUT = 5000; try (Socket socket = new Socket()) { socket.setSoTimeout(...
Mayoares's user avatar
  • 1,284
0 votes
0 answers
39 views

so I've been following this tutorial to build a small website: https://medium.com/@alexandre.therrien3/java-spring-tutorial-the-only-tutorial-you-will-need-to-get-started-vs-code-13413e661db5 I used ...
Arcturus's user avatar
2 votes
1 answer
69 views

I migrated from spring boot 3 to spring boot 4 and I have an issue with the JSON created by Jackson. The response is like this: public class MyResponse { private List<MyData> data; ...
phildeg31's user avatar
  • 411
Best practices
0 votes
4 replies
81 views

Is there a Cron expression to run on either 2 or 3 days of the month, e.g. run once on either 11th, 12th or 13th
Dinga's user avatar
  • 21
4 votes
3 answers
108 views

My instructor gave us this question for homework: 11. Select the TRUE statement. a) This code will not compile.The error will be: local variable c may not have been initialized b) ...
CSP.AT.MASH's user avatar
Best practices
0 votes
5 replies
110 views

Suppose I have these classes: class Tool { String method1() { return "ok"; } } class RareSpecialTool extends Tool { /** * @...
JayC667's user avatar
  • 2,699
Advice
0 votes
2 replies
86 views

I am using a Telegram bot in a Spring Boot application and I want to automate messaging for my system users. Is it possible to: Automatically create a group chat for each user using a Telegram bot ...
Leo Dumangas's user avatar
1 vote
1 answer
91 views

I had a Java application in JDK17 which uses the IIOP corba protocol for JMS message connection listener and processing those further. Now upgrade the JDK17 to JDK25 , with that i am getting below ...
Navin a.s's user avatar
  • 426
0 votes
1 answer
54 views

I'm trying to fix this problem from some days now, I have 'gradle for java' and 'extension pack for java' extensions installed, but when I try to create a new gradle java project, it tryies to create ...
eddie felson's user avatar
-3 votes
1 answer
60 views

I am having an issue while trying to upgrade my application from using Jackson v2 to Jackson v3: My application has a class that contains a reference to an object of type NodeProperties, a class which ...
mmo's user avatar
  • 4,467
-3 votes
0 answers
72 views

I have a JTable in a JFrame that uses an AbstractTableModel extension, all built with NetBeans 28. When the table loads I find through debug that the model has one listener. Later when I try to delete ...
kirt's user avatar
  • 1
0 votes
1 answer
60 views

I am using Google Guava to switch the content pane in my JavaFX app. @Subscribe public void handleChangeViewDataModel(ChangeViewEventDataModel event) { try { FXMLLoader loader = new ...
Marko's user avatar
  • 69
0 votes
0 answers
51 views

I have a user which has been granted to use MS Graph API. I wrote a code in Java which is using the MicrosoftGraphClient and makes simple lookup to find an user by email. The code is runing fine just ...
fascynacja's user avatar
  • 3,256
Advice
0 votes
4 replies
76 views

package lanta.utils; import java.util.HashMap; import java.util.Scanner; public class MenuConstructor { public HashMap<Integer, String> options; public int option; public ...
DuskFlare13's user avatar

15 30 50 per page
1
2 3 4 5
127781