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 / srihari
Wrapper Class: Wrapper classes are classes which are used to convert primitive data types in to object and access primitive values as an objects.
JVM(Java Virtual Machine): It is used to compile java files and convert .java files to .class files.
We require different JVM's for different OS.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is reverse function?
How many bytes is a unicode character?
What is ph and buffers?
When does a class need a virtual destructor?
Does string isempty check for null?
Which sorting is used in arrays sort in java?
What are the types of arrays in java?
Does chrome use java?
What is java object name?
What do you mean by default constructor in java?
how can i use a nonsynchronized hashtable?
What is java and their uses?
What is an exception? difference between Checked and Unchecked exception in Java
You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain
What is your platform’s default character encoding?