Single Choice Moderate

QJava is:

ID: #25895 MCQ Quiz - Class 8 - Programming 5 views
Question Info
#25895Q ID
ModerateDifficulty
MCQ Quiz - Class 8 - ProgrammingTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A Object-oriented
  • B Only procedural
  • C Only functional
  • D Not OOP
Correct Answer

Explanation

Correct Answer Explanation:

Java is a fully object-oriented programming language — everything (except primitives) is an object of a class.

Why the other options are incorrect:

  • Option B: Java has procedural elements but is fundamentally OOP.
  • Option C: Java has some functional features but isn't purely functional.
  • Option D: Java IS OOP — very much so.

Share This Question

Challenge a friend or share with your study group.