Java is pure object oriented language or not?

Java

1 answer

Answer

1226959

2026-04-24 23:51

+ Follow

Java
Java

No, it is not strictly object oriented.

Java still maintains the concept of primitive data types, such as char, int, long, float, double, boolean. And as such, these are not objects.

In a true object oriented language, everything would be represented as an object, including operators. sory but wappers implement this concept n everything in Java done by a class n a object it strickly follow the 3 rules of oops for detail refers Java2 complete reference chapter2

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.