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 are implicit objects in java?
What happens if main method is not static?
Can we have multiple classes in single file ?
Are functions objects in java?
how to deploy apache tomcat server to weblogic server in java
Is object a data type in java?
How do I compare two strings in word in java?
Define "Access specifiers" in java.
What is a website container?
Implementations of set interface?
What does bitwise or mean?
How to create a custom exception?
What is final variable?
What is package private scope in java?
What is classpath?