 
| Search Interview Questions |  More than 3000 questions in repository.  There are more than 900 unanswered questions. Click here and help us by providing the answer.  Have a video suggestion. Click Correct / Improve and please let us know. | 
| 
 | |||
|  | ||||
| Interview Questions and Answers | ||||
| 
 | ||||
| Ans. Yes , it can be but it may not be an optimal alternative if we need to change the values frequently. As Enum is compiled like any Java File , any change requires the application to be rebuild , deployed and restart. | ||||
|  Help us improve. Please let us know the company, where you were asked this question  : | ||||
|  Discuss  Correct / Improve   enum  design | ||||
|  Related Questions | ||||
|  What are concepts introduced with Java 5 ? | ||||
|  Enums cannot be declared .. | ||||
|  If I try to add Enum constants to a TreeSet, What sorting order will it use ? | ||||
|  Can we override compareTo method for Enumerations ? | ||||
|  enums are intrinsically .. | ||||
|  When were Enums introduced in Java ? | ||||
|  What is an Enum type ? | ||||
|  What is an enumeration? | ||||
|  Can we extend an Enum ? | ||||
|  Shall we keep the enumeration name in all capital letters as it contains all constants ? | ||||