Which are true among below cases?
Options
- String class is immutable, StringBuffer and StringBuilder are mutable
- StringBuffer Class is synchronized and StringBuilder is not synchronized
- If programmer want to use several threads then he have to use StringBuffer
- All the above
CORRECT ANSWER : All the above
Write your comments