Java Software Engineer Question:
Download Job Interview Questions and Answers PDF
Do you know how threadsafe is enum in Java?
Answer:
Creation of an enum is guaranteed to be threadsafe. However, the methods on an enum type are not necessarily threadsafe
Download Java Software Engineer Interview Questions And Answers
PDF
Previous Question | Next Question |
Explain me what is a good usecase of calling System.gc()? | Tell us why java is not 100% Object-oriented? |