What are wrapper classes?

Answers were Sorted based on User's Feedback



What are wrapper classes?..

Answer / goutham.s.s

The wrapper classes do not access the primitive data type

Is This Answer Correct ?    1 Yes 4 No

Post New Answer

More Core Java Interview Questions

What do you mean by order of precedence and associativity?

0 Answers  


Why java does not supports multiple inheritance?

3 Answers   TCS, VSoft,


What is use of static method?

0 Answers  


What is dynamic binding?

2 Answers  


There are 2 classes, 1 LandAnimal and another WaterAnimal. There is another class Animal which wants to have the properties of both LandAnimal and WaterAnimal. How will you design this situation?

6 Answers   KPIT,






What is the meaning of 3 dots in java?

0 Answers  


When is the arraystoreexception thrown?

0 Answers  


Can we increase array size dynamically in java?

0 Answers  


Can an unreachable object become reachable again?

3 Answers   DELL,


Which containers use a FlowLayout as their default layout?

3 Answers  


Why stringbuilder is not thread safe in java?

0 Answers  


what are different ways in which a thread can enter the waiting state? : Java thread

0 Answers  


Categories