Answer Posted / vijayakumar chinnasamy
A class enclosed or Wrapped the primitive data type is
called wrapper class.
Number class is the super class for Wrapper class. subclass
of Number classes are Byte,Short,Intger,Long,Float,Double,
Character
primitive values Wrapper class
byte Byte
short Short
int Integer
long Long
float Float
char Character
Mostly the wrapper classes are used to pass the date thru
networks/serializable.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is meant by inheritance and what are its advantages?
What is the difference between I ++ and ++ I in java?
What is meant by local variable and instance variable?
What is an interface in java? Explain
Can an anonymous class be declared as implementing an interface and extending a class in java programming?
What is tcp and udp?
What is qualitative variable?
What initialize variables?
What do you understand by copy constructor in java?
What is the java project architecture?
What are bind parameters?
Difference between concurrent hashmap and hashtable and collections
How can we achieve thread safety in java?
Q1.A. Write note on “The class path Environment Variable”? B. Which are different kinds of source code? Q2.A. How to create an interface? B. Why convert an applet to an application? Q3.A. How to use Media tracker Class. B. How to use string tokenizer class. Q4 A. Explain the overview of UDP messaging. B. Difference between SQL Exception class and SQL Warning class. Q5. A. How to create com object in Java? B. Write short notes on “The properties class” Q6. A. When object is created and destroyed? B. Explain the JDB in depth & command line. C. Write short notes on Web Sites.
what is static import in java? Explain