How many wrapper classes are there in java?



How many wrapper classes are there in java?..

Answer / Sudha Devi

"Java has eight wrapper classes for the primitive data types: Integer, Boolean, Character, Byte, Short, Long, Float, and Double."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What are thread local variables?

1 Answers  


How many Java environments are there?

1 Answers   Phantom Technologies,


Can we print null in java?

1 Answers  


What are the important features of Java 10 release?

1 Answers  


what is auto boxing

3 Answers   UHG,


C and C++ has constructors and distructors, why does Java does not have distructors?

1 Answers   T3 Softwares,


what are the difference between Java and .Net?

5 Answers  


byte a=5; byte b=5; byte c=a+b; System.out.println(c); whats the o/p?

7 Answers   NIIT, Wipro,


What is boolean example?

1 Answers  


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

1 Answers  


Can we declare an anonymous class as both extending a class and implementing an interface?

8 Answers   College School Exams Tests, JVA, TCS, Wipro,


What is the immediate superclass of Menu?

3 Answers  


Categories