Do you know how threadsafe is enum in Java?

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

Read Online Java Software Engineer Job Interview Questions And Answers