Java OCA OCP Practice Question 830

Question

Which of the following keywords may occur multiple times in a Java source file?

Select 4 options

  • A. import
  • B. class
  • C. private
  • D. package
  • E. public


Correct Options are  : A B C E

Note

There can be at most one package statement in a Java source file and it must be the first statement in the file.




PreviousNext

Related