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 difference between static class and normal class?
Can we extend private class in java?
what is object-oriented programming in java?
Explain method overloading?
What happens if we override only equals?
What is a class variable?
Is singleton set an interval?
State the difference between strings and arrays.
How to access arraylist elements in java?
What is nullpointerexception in java?
Define a package.
Can we write method inside a method in java?
What is the difference between JVM and JRE?
what is static import in java? Explain
What are "methods" and "fields"?