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
How do you write a good declaration?
Define immutable object?
How do constructors use this() and super()?
What is immutable state?
What is the difference between preparedstatement and statement in java?
Is a char always 1 byte?
What technique can be employed to compare two strings?
Can a function return a function?
How many threads does a core java have?
How to sort double array in java?
How do you check if a number is a perfect square?
Explain the difference between map and flatmap stream operation?
Can an anonymous class be declared as implementing an interface and extending a class in java programming?
What is the static block?
What are the kinds of polymorphism?