the n????!!!
You should debug and go step by step pressing F7, honestly that's the best way to learn when you can see where are the flaws in your program
Pay attention to the ide warnings
Does anyone have a favourite resource to learn Java as someone that already is a Software developer?
Hi everyone why java add default method in interface and private method and now property ? Backward Compatibility and ... please help me to understand it
Hey, i am a JavaScript fullstack dev with 2 yer exp. Does transition to java is hard?
Hi guys! I want to advance from a mid-level to a senior Java SE developer. I'm looking for a list of materials to reinforce my current knowledge and learn additional topics t...
Hello guys, I'm creating a telegram bot that asks for information from the user in a conversational style/flow. It then performs operations based on these information. Hav...
I am a Typescript and Python dev. I am now getting into Spring Boot for a couple of projects. Which ORM do you guys recommend?
I understand that. I'm more interested in successful cases of transitioning to a senior level. If there are any, I would like to hear about your preparation path. Do you have...
I'm working on the famous tree of space problem, where we have an m-ary tree and can lock any node if none of its ancestors or descendants are already locked. I need to make t...
public class Main { public static int value = 0; public static void main(String [] args){ Thread addOne = new AddOneThread(); Thr...
Hello, I have problems with gradle, maybe because I dont understand the dependsOn and the tasks. This is my build.gradle.kts code: tasks.register<Copy>("extractJar") { de...
Обсуждают сегодня