Why java is not 100% object-oriented?

Answer Posted / hrindows@gmail.com

Java is not 100% Object-oriented because it makes use of eight primitive data types such as boolean, byte, char, int, float, double, long, short which are not objects.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What happens if we don’t override run method ?

571


Can a static block throw exception?

660


What is void keyword?

680


Can we override data members in java?

632


Explain what pure virtual function is?

603






Explain an intermediate language?

513


What happens if an exception is throws from an object's constructor?

632


Write a program to find maximum and minimum number in array?

555


Why char array is favored over string for the storage of passwords?

561


What is the maximum size of list in java?

547


What is immutability in java?

610


How many days will it take to learn java?

521


Why does java does not support multiple inheritance? Explain

552


What is difference between word and integer?

599


What are the main uses of the super keyword?

560