IS String is a wrapperclass? explain wrapper class

Showing Answers 1 - 5 of 5 Answers

shanthini

  • Nov 6th, 2005
 

wrapper class is class that allows us to access primitive data types as objects.

  Was this answer useful?  Yes

jegadeesh

  • Nov 9th, 2005
 

no String is not wrapper class.wrapper class is class that allows us to access primitive data types as objects.there r 8 wrapper classes r there in java. Integer,Float,Double,Byte,Charactor,Short,Long,Boolean.

  Was this answer useful?  Yes

Raghu Chahar

  • Jun 5th, 2018
 

But char is a primitive datatype and String wraps it.

  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