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

Convert a BST into a DLL and DLL to BST in place.

872


What happens if we override only equals?

757


What is the difference between sleep and wait in java?

719


What are the four pillars of java?

882


What is keyword and identifier?

875


what are Hostile Applets?

1805


Does substring create a new object?

749


How do you read and print a string in java?

725


Can you give few examples of final classes defined in java api?

785


What are the features of java?

742


Why is an interface be able to extend more than one interface but a class can’t extend more than one class?

933


How do you sort in java?

776


What is an immutable object?

780


What kind of variables a class can consist of?

853


why an outer class cannot be declared as private?

3905