Following are the interview questions for Java developers:
- What are differences between StringBuilder and StringBuffer?
- Why StringBuffer is considered to be thread safe?
- Why StringBuilder is faster than StringBuffer?
- In a single thread StringBuffer is no good, why?
- What is a garbage collection in Java?
Comments
Post a Comment