Java OCA OCP Practice Question 960

Question

Which of the following may be statically imported? (Choose all that apply.)

  • A. Package names
  • B. Static method names
  • C. Static field names
  • D. Method-local variable names


B, C.

Note

You may statically import method and field names.




PreviousNext

Related