How threadsafe is enum in Java? Technology Community › Category: Java › How threadsafe is enum in Java? 0 Vote Up Vote Down VietMX Staff asked 4 years ago Creation of an enum is guaranteed to be threadsafe. However, the methods on an enum type are not necessarily threadsafe.