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 exactly is java?
What is a boolean field?
What is one third plus one third as a fraction?
Explain when classnotfoundexception will be raised ?
What are the types of sockets in java?
Is it possible to specify multiple jndi names when deploying an ejb?
What all methods are used to prevent thread execution ?
what is the difference between future and callable interface in java?
What is object class in java?
Does variable declaration allocate memory?
Differences between external iteration and internal iteration?
What is sleep method?
How we can execute any code even before main method?
Can arraylist contain null values?
What is the main use of java?