What do u mean by wrapper Class?
What do u mean by Jvm... How do u change JVM for other OS?
Or No need to Change ...? its like tricky
Answer Posted / babu
In general in java language everything is object but
Primitive data types are not objects.We need a conversion
from primitive data type to object .For this conversion
java provides Wrapper classes.
datatype Wrapper class
int-------Integer
float-----Float
double----Double
long------Long
short-----Short
byte------Byte
char------Char
| Is This Answer Correct ? | 51 Yes | 3 No |
Post New Answer View All Answers
What is math exp in java?
what is singleton class in java?
Can static methods be inherited?
Explain the difference between static and dynamic binding in java?
Why singleton class is used in java?
What are three ways in which a thread can enter the waiting state in java programming?
What is Garbage Collection in Java
What are the ways in which a thread can enter the waiting state?
Explain a few methods of overloading best practices in java?
Explain list interface?
What are keywords give examples?
What is an empty class? What functionality does it offer in Java?
How is treeset implemented in java?
Is void a keyword in java?
What is a null check?