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


Please Help Members By Posting Answers For Below Questions

How do you write a good declaration?

715


Define immutable object?

861


How do constructors use this() and super()?

823


What is immutable state?

752


What is the difference between preparedstatement and statement in java?

831


Is a char always 1 byte?

745


What technique can be employed to compare two strings?

803


Can a function return a function?

810


How many threads does a core java have?

798


How to sort double array in java?

797


How do you check if a number is a perfect square?

762


Explain the difference between map and flatmap stream operation?

1047


Can an anonymous class be declared as implementing an interface and extending a class in java programming?

919


What is the static block?

810


What are the kinds of polymorphism?

842