Examveda Can we create an instance of Enum outside of Enum itself? A. TrueB. FalseAnswer: Option B This Question Belongs to Java Program >> Data Types And Variables
What is the maximum value that can be stored in a byte variable in Java? A. 127B. 255C. 32767D. 64 View Answer
Which data type is used to store a single character in Java? A. charB. stringC. letterD. ch View Answer
What is the default value of an int variable in Java if it's not explicitly initialized? B. 1C. -1D. Null View Answer
Which of the following is not a valid identifier for a Java variable? A. my_varB. _myVarC. 3rdVarD. $var View Answer
Join The Discussion