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 sizeof in java?
Can you make a constructor final?
What is meant by tab pans?
Why does java not allow multiple public classes in a java file ?
Differentiate between class and structure.
Why does abstract class have constructor?
Can we clone singleton object?
What do you understand by an io stream?
What’s a deadlock?
What is the difference between compiler and jvm?
Is static a singleton?
What is a parameter in a function?
Is node a data type in java?
What is a memory leak in java?
Why is boolean important?