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 / penchala
wraper classes that allow primitive types to be accessed
as objects.
These classes are similar to primitive data types but
starting with capital letter.
Number Byte Boolean
Double Short Character
Float Integer
| Is This Answer Correct ? | 33 Yes | 4 No |
Post New Answer View All Answers
What is time complexity java?
Explain serialization and deserialization in java?
What is string in java is it a data type?
What is the purpose of final keyword and when to use it?
If an object reference is set to null, will the garbage collector immediately free the memory held by that object?
Can an arraylist be empty?
Can we have multiple classes in a single file?
What does java ide mean?
Print Vertical traversal of a Binary Tree.
Is singleton a bad practice?
Why is java logo a cup of coffee?
Why is multiple inheritance not supported in java?
What are JVM.JRE, J2EE, JNI?
What does nextint () do in java?
Is it possible to use Semaphore/ Mutex in an Interrupt Handler?