Multiple choice technology programming languages

Java is an

  1. Subject Oriented Language

  2. Object Oriented Language

  3. testing tool

  4. Server

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

Java is fundamentally an object-oriented programming language. It supports core OOP concepts including classes, objects, inheritance, encapsulation, polymorphism, and abstraction. Java is not a 'subject-oriented' language, a testing tool, or a server - it's a general-purpose programming language with OOP as its foundation.