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
Why collection is called framework in java?
What will happen if non-synchronized method calls a static synchronized method and what kind of lock it acquires?
How do you reverse a string in java without using string buffer?
Why stringbuilder is not thread safe?
How will you invoke any external process in java?
How garbage collection is done in java?
why Interface used?
What does microservices mean?
Where is the find and replace?
Is cout buffered?
What is anti pattern in programming?
What is the size of integer?
What is independent and dependent variables in research?
What do you mean by boolean?
How do you decide when to use arraylist and linkedlist?