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...

What is a Wrapper class?

Answer Posted / kanaparthi srinivas

ExAMPLE:

int i=100 // declaration of primitive type.

/* wrapping the primitive data type to corresponding wrapper
class object */

Integer i1=new Integer(i);

Is This Answer Correct ?    31 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you call a method on a null object?

1060


What is a map? What are the implementations of map?

1148


What is java beans?

1050


What is the advantage of functional interface in java 8?

1047


What do you mean by formatting?

1046


What is the statements?

1147


Write the algorithm to check the number non-leaf nodes in a tree.

1125


why are there separate wait and sleep methods? : Java thread

1081


What is difference between jdk,jre and jvm?

1185


What is arguments in java?

1056


What is final keyword in java?

1069


Where are the local variables stored?

1122


What is a conditional equation?

1097


Tell me are there implementations for sorting and searching in the java libarary?

1085


Give reasons supporting that string is immutable.

997