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

Explain the importance of join() method in thread class?

0 Answers  


Write a factorial program using recursion in java?

0 Answers  


Explain about OOPS concepts and fundamentals.

0 Answers   Syntel, Visa,


Why string is popular hashmap key in java?

1 Answers  


I declared main() method as private. But it still running and displaying the output. Please Answer it . Code Snippet as Below: import java.io.*; class over { private static void main(String[] args) { int high = Integer.MAX_VALUE; int overflow = high + 1; int low = Integer.MIN_VALUE; int underflow = low - 1; System.out.println(high + "\n" +overflow +"\n"+ low +"\n"+underflow); //System.out.println(overflow); //System.out.println(low); //System.out.println(underflow); } }

4 Answers   Cap Gemini,


what is the difference between static block and static method

19 Answers   Huawei,


why the primitive data type have classes?

4 Answers  


How to perform linear search in java?

0 Answers  


What is void keyword?

0 Answers  


What are dot operator queries?

0 Answers   Atos Origin,


What is the Difference between Final Class && Abstract Class?

0 Answers   HCL,


Can a constructor call another constructor?

0 Answers  


Categories