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 are wrapper classes?

Answer Posted / priyanka

When we need to store primitive datatypes as objects, we use
wrapper classes.MEans in utility classes all the utility
classes stores Objects.So when we need to store a primitive
datatype.We make an object of theat primitive data and store it.
Thats why we use Wrapper classes in Java.

int is a primitive data type , where as Integer is a class
which encapsulates the primitive int data type and
represents in terms of object.

Is This Answer Correct ?    3 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Define nashorn in java8.

971


make a method which any number and any type of argument and print sum of that arguments.....

1748


Which method you will use to create a new file to store some log data. Each time a new log entry is necessary, write string to the file in java ?

1100


What is an association?

939


Is zero a natural number?

974


Differentiate between == and equals().

998


How can constructor chaining be done using this keyword?

1210


Does sprintf add a null terminator?

1038


How we can skip finally block of exception even if some exception occurs in the exception block in java?

879


What is stored procedure. How do you create stored procedure ?

1890


how to create multithreaded program? : Java thread

895


How to sort elements in a parallel array in java?

841


What is difference between iterator and enumeration in java?

941


Give a practical example of singleton class usage?

994


Can we have try block without catch block?

985