Java OCA OCP Practice Question 816

Question

Which of the following are keywords in Java?

Select 4 options

  • A. default
  • B. NULL
  • C. String
  • D. throws
  • E. long
  • F. strictfp


Correct Options are  : A D E F

Note

For Option B. NULL

null (all lowercase) is a keyword.

For Option C. String

It is a Java class.




PreviousNext

Related