List Question
10 TechQA 2025-01-03 22:04:59Confusion regarding hashset, hashmap, hashcode, equals
921 views
Asked by Sagar Byali
char and byte with final access modifier - java
366 views
Asked by Nirav Prajapati
Is id = 1 - id atomic?
3.2k views
Asked by Adam Stelmaszczyk
Methods that don't change a variable's value need to be synchronized if they accessed the variable
75 views
Asked by Adam Stelmaszczyk
x = x++ doesn't increment because the ++ is applied after the assignment?
1.9k views
Asked by Adam Stelmaszczyk
Inconsistent behaviour of primitive integer types in Java
626 views
Asked by Moyshe
what is better ... OCJA7 then OCJP7 or SCJP6 then upgrade to OCJP7?
554 views
Asked by Khalid Abu El-Soud
If I have several Strings formatted differently do I need a separate instance of DateFormat to parse each String?
104 views
Asked by paniclater
Why can't I handle Exception e with try / catch clause?
7.4k views
Asked by paniclater
Why do static and instance init blocks in Enums behave differently from those in Classes
2k views
Asked by paniclater