- A interface
- B string
- C Float
- D unsigned
- Share this MCQ
Answer:
A
Share this MCQ
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.
Click me to Read more Question & Answer of Java Language FundamentalShare this MCQ