What are wrapper classes

Showing Answers 1 - 6 of 6 Answers

Arun

  • Jul 21st, 2005
 

Once assigned a value, the value of a wrapper class cannot be changed

  Was this answer useful?  Yes

Kannan

  • Jul 26th, 2005
 

It is a class that allows primitive data types to be accessed as objects

  Was this answer useful?  Yes

tanuja

  • Aug 9th, 2005
 

wrapper classes are used to convert one data type into another data type 

  Was this answer useful?  Yes

Rajesh

  • Nov 1st, 2005
 

RAJESH WROTE:Wraper class are the special class and these are special class for the corresponding data types(Integer,Short,Char....).mainly used for the to change objects from one data type to another data type.

these are mainly used for the object type to basic type and basic type to object type.

  Was this answer useful?  Yes

Rajesh Sakhamuri

  • Nov 2nd, 2005
 

Wraper class are the special class and these are special class for the corresponding data types(Integer,Short,Char....).mainly used for the to change objects from one data type to another data type.these are mainly used for the object type to basic type and basic type to object type.


  Was this answer useful?  Yes

Rajesh Sakhamuri

  • Nov 2nd, 2005
 

Wraper class are the special class for the corresponding data types(Integer,Short,Char..).mainly used for the to change objects from object type to basic type and basic type to object type.


  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions