Skip to main content
Java Interview Questions
- What are Soft,Phantom,Weak references in Java?
- What is Fail Fast Iterator?
- Why are iterators efficient than for loops
- What are different class loaders
- How does an class loader work
- What is the API to iterate through the class level vairables of a class
- When does a ConcurrrencyModificationException thrown?
- Can static methods be synchronized?
- On which object are static methods synchronized?
- How do you implement singletons?
- What is the initial size of an HashTable?
- Is Object and Class implement Serializable interface?
- If a class Util.java exists in test.jar and test1.jar, How will you code pick up the right class?
- Can a class be loaded multiple times
Comments
Post a Comment