Home » Java Programming » Objects and Collections

Which of the following are Java reserved words? run import default implement

Correct Answer: 2 and 3

Explanation:

(2) - This is a Java keyword


(3) - This is a Java keyword


(1) - Is incorrect because although it is a method of Thread/Runnable it is not a keyword


(4) - This is not a Java keyword the keyword is implements


← Previous Question Next Question→

More Questions from Objects and Collections

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion