List Question
20 TechQA 2014-11-13T13:39:42.590000Confusion regarding hashset, hashmap, hashcode, equals
959 views
Asked by Sagar Byali
char and byte with final access modifier - java
405 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
109 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
678 views
Asked by Moyshe
what is better ... OCJA7 then OCJP7 or SCJP6 then upgrade to OCJP7?
579 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?
156 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
two threads one synchronize method scjp
235 views
Asked by mel3kings
Confusion with StringBuilder in java
144 views
Asked by Amit
Enthuware Sample - hashCode and equals
305 views
Asked by benz
Confusing while block
152 views
Asked by Nirmit Dalal
Why does Double.NaN==Double.NaN return false?
72.5k views
Asked by Maverick
Is it true that if you don't specify an access modifier for an interface, that interface will have default access
6.2k views
Asked by user1142130
How does Java handle String objects in memory?
4.2k views
Asked by coder_15
How to call a specific parent constructor from anonymous inner class?
6.6k views
Asked by paniclater
Why concatenating two Strings and passing it as argument does not create a new String Object?
1.8k views
Asked by GabrielBB