What are wrapped classes?

Answer Posted / thara

Primitive types are not objects in Java
Many methods are available in the Java library that work
only for objects
Wrapper classes are used to represent primitive data types
as objects.
Boolean, Character, Byte, Short, Integer, Long, Float, and
Double.
Object wrappers for the corresponding native data type.
Object Oriented implementation of the primitive data types

Is This Answer Correct ?    7 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is final, finally, finalize?

608


What is the meaning of I ++ in java?

611


Explain static nested classes ?

601


What is a java list?

590


Assume a thread has lock on it, calling sleep() method on that thread will release the lock?

633






What is the best definition for data?

523


What is the advantage of OOP in java?

669


How do I compare two strings in word in java?

543


What are green threads in java?

559


What is google full form?

540


Explain about wait() method?

573


What are generic methods?

539


What is the final keyword?

561


Does a class inherit the constructors of its superclass in java programming?

537


Can we have return statement in finally clause? What will happen?

523