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 a class-based, object-oriented programming language designed to have as few implementation dependencies as possible. Option A is a humorous reference to coffee, not technical fact. Option C is incorrect because Java is object-oriented, not procedural like C or Pascal. Option D describes web applications, not a programming language.