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 serialversionuid?
What are basic data types?
What are user defined exceptions?
what is difference betweem home interface and remote interface?
what is a working thread? : Java thread
Explain the polymorphism principle?
What is the difference between class & object?
How will you serialize a singleton class without violating singleton pattern?
Which sorting is used in arrays sort in java?
Write a program in java to find the maximum and minimum value node from a circular linked list.
In java, what is the difference between method overloading and method overriding?
What do you understand by the term string pool?
what happens when a thread cannot acquire a lock on an object? : Java thread
What is the maximum size of hashmap in java?
Why java is made?