MCQs > IT & Programming > Core Java > enum Example { ONE, TWO, THREE } Which statement is true?

Core Java MCQs

enum Example { ONE, TWO, THREE } Which statement is true?

Answer

Correct Answer: The expressions (ONE == ONE) and ONE.equals(ONE) are both guaranteed to be true.

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Core Java Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Core Java Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it