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?

Answers were Sorted based on User's Feedback



What is a Wrapper class?..

Answer / muhammad taahaa

to store primite data type as objects....

Is This Answer Correct ?    2 Yes 0 No

What is a Wrapper class?..

Answer / rakesh

It is sometimes easier to deal with primitives as objects.
Moreover most of the collection classes store objects and
not primitive data types. And also the wrapper classes
provide many utility methods also. Because of these resons
we need wrapper classes. And since we create instances of
these classes we can store them in any of the collection
classes and pass them around as a collection. Also we can
pass them around as method parameters where a method expects
an object.

Is This Answer Correct ?    0 Yes 0 No

What is a Wrapper class?..

Answer / rajat dubey

Wrapper classes allow
primitive data types to
be accessed as
objects.They are one
per primitive
type:Boolean,Byte,Character,Double,Float,Integer,Long
and Short.Wrapper
classes make the
primitive type data to
act as objects.

Is This Answer Correct ?    0 Yes 0 No

What is a Wrapper class?..

Answer / mk@yahoo.co.in

Nothing is impossible

Is This Answer Correct ?    16 Yes 52 No

Post New Answer

More Core Java Interview Questions

What are the methods available in a class?

0 Answers  


What is an example of a boolean?

0 Answers  


How can we create objects if we make the constructor private ?

0 Answers  


Is Java Class Threadsafe ????? How to make Java class Thread safe??

2 Answers   Cognizant,


int a=1; float b=1.0; System.out.println(a==b);

13 Answers   CTS, Honeywell, McAfee,


Is string thread safe in java?

0 Answers  


Is java call by reference?

0 Answers  


How to access a method that it declared as protected?

3 Answers  


What is java in layman terms?

0 Answers  


Can we override constructors in java?

0 Answers  


Write a program to show whether a graph is a tree or not using adjacency matrix.

0 Answers   Amazon,


What do you mean by platform independence? What is an interface?

0 Answers  


Categories