What is meant by a wrapper class

Showing Answers 1 - 9 of 9 Answers

M.Manikumar

  • Aug 13th, 2005
 

Wrapper classes are the classes that allows primitive datatypes to be accessed as objects.

  Was this answer useful?  Yes

ritesh

  • Sep 8th, 2005
 

wrapper classes are the base class for the for primitive datatypes

  Was this answer useful?  Yes

D.S.Reddy

  • Sep 12th, 2005
 

wrapper classes are those which are used to change primitive datatype values into object references. So that they can be serializable. some examples of wrapper classes are:- Integer,Float,Byte,Character,Long..

  Was this answer useful?  Yes

varun sharma

  • Dec 6th, 2006
 

another informative thing is;

there are 8 wrapper classes in J2EE

  Was this answer useful?  Yes

karthika

  • Oct 18th, 2012
 

wrapper classes are the base class for the primitive datatypes.To be accessed as objects;
wrapper classes are used to be able to use primitive datatypes as objects...............

  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