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 the relationship between clipping and repainting under awt?
What is the difference between a window and a frame in java programming?
What is maximum size of arraylist in java?
How can you share data between two thread in Java?
Which method cannot be overridden in java?
What is a Null object?
Why are global variables used?
What is an enumeration?
What is the difference between static and non-static variables in java programming?
Which java collection does not allow null?
what is heap memory?
What is a variable in java?
What is linked hashset and its features?
What do you meant by active and passive objects?
How to perform quicksort in java?