Why Java is not purely object oriented?

Answer Posted / kiran kumar maharana

Java is not purely object oriented language because following
1)primitive datatypes are not the object type
2)static concept is not the part of class & object
3)All user defined types are not objects
4) All operations are performed by sending messages to objects

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can an exception be thrown manually by a programmer?

741


How many bits is a word?

785


Explain the polymorphism principle?

795


What is ++ a in java?

772


Why java is used everywhere?

773


Explain about the main() method in java?

814


List two java ide’s?

821


how to create multithreaded program? Explain different ways of using thread? : Java thread

752


What is double checked locking in singleton?

827


Convert Binary tree to linked list.

841


What is the lifetime and scope of a variable?

776


What is meant by main method?

797


Explain public static void main(string args[]) in java.

731


What do you mean by composition in java?

791


What is the benefit of inner classes in java?

862