Answers

Question and Answer:

  Home  Java Software Engineer

⟩ Do you know how threadsafe is enum in Java?

Creation of an enum is guaranteed to be threadsafe. However, the methods on an enum type are not necessarily threadsafe

 136 views

More Questions for you: