Multiple choice technology programming languages

What is Java?

  1. A type of coffee

  2. An object-oriented programming language

  3. An interactive website

  4. None of the above

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Java is a high-level, class-based, object-oriented programming language that follows the WORA (Write Once, Run Anywhere) principle. It uses objects and classes to structure code, supports inheritance, encapsulation, polymorphism, and abstraction as core OOP concepts.