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 meant by wrapper classes?

Answers were Sorted based on User's Feedback



What is meant by wrapper classes?..

Answer / jl

Wrapper classes are used to convert primitive types to objects.

Is This Answer Correct ?    27 Yes 4 No

What is meant by wrapper classes?..

Answer / vishnu

Wrapper class is a wrapper around a primitive data type. It
represents primitive data types in their corresponding class
instances e.g. a boolean data type can be represented as a
Boolean class instance. All of the primitive wrapper classes
in Java are immutable i.e. once assigned a value to a
wrapper class instance cannot be changed further.

Is This Answer Correct ?    12 Yes 0 No

What is meant by wrapper classes?..

Answer / sitaram

Wrapper classes are used to convert primitive types to
objects. wrapper classes are final classes. final classes
can't be extends to other class.

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More Core Java Interview Questions

Why to use nested classes in java?

0 Answers  


What is keyword auto for?

0 Answers  


There can be a abstract class without abstract methods, but what is the need to declare a class abstract if it doesn't contain abstract methods?

5 Answers   HCL,


What do you mean by pointer value and address?

0 Answers   Syntel, Visa,


What are java methods?

0 Answers  


Is age a discrete variable?

0 Answers  


What is a double vs float?

0 Answers  


what is marker interface ? what is the necessity of it?

5 Answers   Accenture, Newgen,


Is it possible to create Userdefined Unchecked Exception also?If Yes, give an example?

2 Answers   ADP,


why is S capital in System.out.println ????

6 Answers  


all are saying java doesn't support multiple inheritance but by default Object class is super class for all the user defined classes and we can extend atmost one class so each class can extend more than one class so java supports multiple inheritance?i am confused with this,pls any one explain me.

4 Answers  


What is default exception handling in java?

0 Answers  


Categories