MCQ
Single Best Answer
Difficult
QJava uses ______ data types and hence is not a pure OOP.
ID: #22942
TCS Core Java Questions
122 views
Question Info
#22942Q ID
DifficultDifficulty
TCS Core Java QuestionsTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer: Option C
Explanation
The correct option is:
primitive
Java uses primitive data types (such as int, char, boolean, etc.), which are not objects. This is why Java is not considered a pure object-oriented programming language.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic