Multiple choice technology programming languages

What is Java?

  1. A type of coffee

  2. An object-oriented programming language

  3. A Structured Programming language

  4. An interactive website

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

Java is an object-oriented programming language that supports classes, objects, inheritance, polymorphism, and encapsulation. It was designed to be simple, secure, and platform-independent. Unlike structured programming languages, Java organizes code around objects rather than functions and procedures.