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
Convert a BST into a DLL and DLL to BST in place.
What happens if we override only equals?
What is the difference between sleep and wait in java?
What are the four pillars of java?
What is keyword and identifier?
what are Hostile Applets?
Does substring create a new object?
How do you read and print a string in java?
Can you give few examples of final classes defined in java api?
What are the features of java?
Why is an interface be able to extend more than one interface but a class can’t extend more than one class?
How do you sort in java?
What is an immutable object?
What kind of variables a class can consist of?
why an outer class cannot be declared as private?