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 the generic class?
What is an eror in java?
What are the concepts of 'OOPS'?
What happens if constructor is private?
What is an iterator interface in java programming?
Difference between operator overloading and function overloading
What is the difference between Java1.4 and Java1.5
What do you understand by overloading and overriding in java?
How java is similar to c?
What are wrapped classes in java programming?
Is main a function?
What is the access scope of protected access specifier?
Explain the use of javap tool.
What is a literal coding?
What is regex in java?