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 args length in java?
Have you ever used hashtable and dictionary?
Can we convert stringbuilder to string in java?
Is nullpointerexception checked or unchecked?
What is a nested class?
How do you format in java?
How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters?
When is an object subject to garbage collection?
how to handle exceptions in ejb?
What is the difference between quicksort & mergesort? When should they be used? What is their running time?
What is broken and continue statement?
What is the purpose of assert keyword used in jdk1.4.x?
What do you mean by local variable and instance variable?
What is data type in java?
What is difference overloading and overriding?