Home » Java Programming » Language Fundamentals

Which is a valid keyword in java?

Correct Answer: interface

Explanation:

interface is a valid keyword.


Option B is wrong because although "String" is a class type in Java, "string" is not a keyword.


Option C is wrong because "Float" is a class type. The keyword for the Java primitive is float.


Option D is wrong because "unsigned" is a keyword in C/C++ but not in Java.


← Previous Question Next Question→

More Questions from Language Fundamentals

Discussion & Comments

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