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 |
What are thread local variables?
How many Java environments are there?
1 Answers Phantom Technologies,
Can we print null in java?
What are the important features of Java 10 release?
what is auto boxing
C and C++ has constructors and distructors, why does Java does not have distructors?
what are the difference between Java and .Net?
byte a=5; byte b=5; byte c=a+b; System.out.println(c); whats the o/p?
What is boolean example?
what are different ways in which a thread can enter the waiting state? : Java thread
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?