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
What is the use of predicate in java 8?
What is the indent key?
What is the purpose of static methods and variables?
How to add menushortcut to menu item?
Give me some null interfaces in java?
How do you know if a value is nan?
Why parameters should be passed by reference?
What are the types of exceptions?
How many times finalize method will be invoked? Who invokes finalize() method in java?
Can you declare the main method as final?
Explain the difference between extends thread vs implements runnable in java?
When should I use stringbuffer?
how are methods defined?
What is array list in java?
What exceptions occur during serialization?