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 / ravikiran
wrapper class is the one which will allow the primitive
datatypes to be used as objects.
Jvm is the java virtual machine which will convert the byte
code to user understandable code.
| Is This Answer Correct ? | 22 Yes | 0 No |
Post New Answer View All Answers
Explain the importance of import keyword in java?
Give me some null interfaces in java?
Why are parameters used in functions?
How do you start a thread?
What does @override mean?
Compare java and python.
Is class is a data type?
How does multithreading take place on a computer with a single cpu in java programming?
How do you identify if jvm is 32-bit or 64-bit from java program?
What is this () in java?
What is a numeric string?
what is synchronization and why is it important? : Java thread
Can we use this () and super () in a method?
Is java an ide?
Is linkedlist thread safe in java?