Which of the following is not a reserved keyword in Java?
Java MCQ: Which of the following is not a reserved keyword in Java? a) const b) goto c) implements d) sizeof Answer: d) sizeof Explanation: The sizeof keyword is not a reserved keyword in Java. It is used in C and C++ to determine the size of a data type or variable, but Java does […]
Which of the following is not a reserved keyword in Java? Read More »