List Question
10 TechQA 2024-11-25 04:39:20Confusion regarding hashset, hashmap, hashcode, equals
892 views
Asked by Sagar Byali
char and byte with final access modifier - java
334 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
46 views
Asked by Adam Stelmaszczyk
x = x++ doesn't increment because the ++ is applied after the assignment?
1.8k views
Asked by Adam Stelmaszczyk
Inconsistent behaviour of primitive integer types in Java
611 views
Asked by Moyshe
what is better ... OCJA7 then OCJP7 or SCJP6 then upgrade to OCJP7?
527 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?
78 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
1.9k views
Asked by paniclater