Java OCA OCP Practice Question 77

Question

Which of the following features allows a Java class to be run on a wide variety of computers and devices?

  • A. Encapsulation
  • B. Object oriented
  • C. Inheritance
  • D. Platform independence


D.

Note

Platform independence is the property of Java that allows it to be run on a variety of different devices.




PreviousNext

Related