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
How do you identify independent and dependent variables?
What is the replace tool?
What are the problems faced by java programmers who don't use layout managers?
What is linked hashset and its features?
What is finally in Java?
What is a list in java?
What is arraylist e in java?
What is continuity of a function?
Write a program to check for a prime number in java?
Can we create object of static class?
What is the base class for error and exception?
How do you clear a method in java?
What is the purpose of nested class in java?
What is a default constructor and also define copy contrucyor?
What is the base class of all classes?