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
Can an interface be defined inside a class?
What are the data types supported by java?
why would you use a synchronized block vs. Synchronized method? : Java thread
Difference between string s= new string (); and string s = "abv";?
What is the difference between char and char *?
what is difference between equals and ==?
What is meant by object?
Difference between association, composition and aggregation?
What does indexof return in java?
How does linkedhashmap work in java?
give an example for encapsulation?
Can we have 2 main methods in java class?
How to sort elements in a parallel array in java?
What is math floor in java?
How many days will it take to learn java?