Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

can anyone explain me the concept of autoboxing?

Answer Posted / jitu

In case of autoboxing directly the value of the constructor
assign to a variable.i.e object of wrapper class directly
assign to a variable.but it is only possible in case of 1.5
version.
Ex:public class X
{public static void main(String a[])
{Integer i1=new Integer("20");
Integer i2=new Integer("20");
int m1=i1;
int m2=i2;
S.o.p(m1+m2);o/p-20

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between the file and randomaccessfile classes?

1166


Can we have any code between try and catch blocks?

1036


How to create an immutable class?

1179


What is the Concept of Encapsulation in OOPS

1039


Explain the scope or life time of class variables or static variables?

1050


Explain the use of javap tool.

1190


Can we override the static methods?

1088


What are the types of java languages?

1043


How infinite loop is declared?

1064


What are use cases?

1020


What does a method signature consist of?

1058


Are the imports checked for validity at compile time? Will the code containing an import such as java.lang.abcd compile?

1142


What does the ‘static’ keyword mean? Is it possible to override private or static method in java?

1044


What are the four corner stones of oop?

1084


What is the difference between the font and fontmetrics classes in java programming?

1266