What is the size of Interger wrapper class?

Questions by mail_2_mahendran

Showing Answers 1 - 4 of 4 Answers

debabrat panda

  • Sep 25th, 2006
 

hi

first tell me "can you declare the size of an object?". if you declare the size of object you can have the size of the Integer class also

regards

Deb

  Was this answer useful?  Yes

intalaash

  • Sep 25th, 2006
 

Does your question mean; what is the size of integer data type in a wrapper class? If so, it would remain unchanged.

In the case of primitive data type, a wrapper class is used wrap them into an Object so it can be used anywhere an Object is used.

  Was this answer useful?  Yes

rebel246

  • Oct 12th, 2006
 

Classes do not have size primitive data types do

  Was this answer useful?  Yes

ramesh chandra

  • Jan 2nd, 2007
 

hi

size of integer wrapper class will be find out using size of opreator by passing the object or instance of the class as a parameter

  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