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 / penchala
wraper classes that allow primitive types to be accessed
as objects.
These classes are similar to primitive data types but
starting with capital letter.
Number Byte Boolean
Double Short Character
Float Integer
| Is This Answer Correct ? | 33 Yes | 4 No |
Post New Answer View All Answers
Explain wrapper classes in java?
What is the method in java?
Tell me are there implementations for sorting and searching in the java libarary?
Can a final variable be initialized in constructor?
What is super keyword explain with example?
What is bool mean?
I want to control database connections in my program and want that only one thread should be able to make database connection at a time. How can I implement this logic?
Is int a class in java?
What does it mean to be immutable?
What is import java util arraylist?
What is the difference between dom and sax parser in java?
What is jit compiler ?
What is the functionality of the stub?
Is void a keyword in java?
What is the difference between call by reference and call by pointer?