How does Java support application development in the Object-Oriented paradigm?

2025

How does Java support application development in the Object-Oriented paradigm?

Answer: C. By providing features like classes, interfaces and inheritanceJava supports object-oriented development through encapsulation, inheritance, and polymorphism. It uses classes to define objects and interfaces for multiple…

  1. A.

    By compiling directly to machine code

  2. B.

    By enabling multiple inheritance using classes

  3. C.

    By providing features like classes, interfaces and inheritance

  4. D.

    By using only functions without classes

Attempted by 291 students.

Show answer & explanation

Correct answer: C

Java supports object-oriented development through encapsulation, inheritance, and polymorphism. It uses classes to define objects and interfaces for multiple type implementation.

Explore the full course: Rssb Basic Computer Instructor

Loading lesson…