Java Interview Questions - NTT DATA
Below questions asked in NTT DATA telephonic interview - JAVA 4 years exp:
- How to make a class as immutable ?
- Why String class is immutable ?
- What is the difference between abstract class and interface ?
- When to use abstract class and interface ?
- What is the difference between collections.synchronizedmap and concurrenthashmap ?
- What is the countdownlatch and cyclicbarrier ?
- What is the difference between wait() and sleep()?
- What happens if an object is serializable but it includes a reference to a non-serializable object?
- What is synchronization ?
- What is SQL injection ?
- How HashMap works internally?
Comments
Post a Comment