Why java is not 100% object-oriented?
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 |
What is non static block in java
10 Answers Emphasis, Ness Technologies,
Can we pass a primitive type by reference in java? How
Differentiate between run time error and syntax error.
How do I convert a numeric ip address like 192.18.97.39 into a hostname like java.sun.com?
what is Portal(web based online portal)?
What is instance synchronization?
What is quick sort in java?
What is method in java ?
I am unable to find or learn about print command. I have a graphical program in core java in applet but i want to give print command but i have coding for that so if anyone know about this plz mail me on avdhesh_chauhan007@yahoo.co.in
what is aggregation in java?
what really hapens when a object is created using new operator? 1.is it allocates memory to all variables and methods in the class with reference to that object?
What is Hash Code in Java?