Answer Posted / aruna
JAVA is not 100% Object Oriented as we can use primitive
datat types like int ,float in java also.we have to wrap
them into as Objet as the JVM can not treate them as
objects.In JAVA1.5 we no need to wrap them as Objects
because 1.5 provides auto wrapping up of primitive data
types.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is constructor chaining and how is it achieved in java?
What restrictions are placed on method overloading?
What is the common usage of serialization? What exceptions occur during serialization?
Explain numeric promotion?
What is meant by vector class, dictionary class, hash table class, and property class?
What is object-oriented programming?
How will you reverse a link list without using recursion?
What are the java ide's? Explain
What is member in java?
Difference between error and exception
Can you give few examples of final classes defined in java api?
What is the symbol for average?
Does java map allow duplicates?
What are the files generated after using IDL to java compiler?
What is empty list in java?