Why java is not 100% object-oriented?



Why java is not 100% object-oriented?..

Answer / 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

More Core Java Interview Questions

what is difference between signed & unsigned char?

2 Answers  


Is simpledateformat safe to use in the multithreaded program?

0 Answers  


Is list ordered in java?

0 Answers  


What about instanceof operator in java?

0 Answers  


How do you check if two strings are equal in java?

0 Answers  






What is stack example?

0 Answers  


What is getkey () in java?

0 Answers  


What is the maximum length of a url?

0 Answers  


Wha is the output from system.out.println(“hello”+null); ?

0 Answers  


Describe OOP in java?

2 Answers   Syntel,


is this possible to create an array of 0 length? if so how? if not so why? coz we have an array in main() likw this "static void main(String [] s) then what it signifies?

3 Answers   Hexaware, TCS,


What is java argument list?

0 Answers  


Categories