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 meant by final class, methods and variables?

3 Answers  


What are the limitations of procedural programming approach?

0 Answers   Amdocs,


we know that every java prog must follows OOPS Principles. Anybody can answer, HOW THE FOLLOWING PROGRAM FOLLOWS OOPS CONCEPTS i.e, Inheritance,Polymarphism,Encapsulation? class a{ public static void main(String args[]){ System.out.println("Hello World"); } }

3 Answers  


Is alive and join method in java?

0 Answers  


What exceptions occur during serialization?

0 Answers  






What is meant by class loader and how many types are there?

2 Answers   Apple,


What is a method vs function?

0 Answers  


How we can generate random numbers in java?

0 Answers  


Is an object null?

0 Answers  


Define array. Tell me about 2-D array.

0 Answers   Agilent,


What is dynamic array in java?

0 Answers  


What java ide should I use?

0 Answers  


Categories