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
How do you invoke a method?
What is t type java?
What is the purpose of java?
Why java strings are immutable in nature?
How many types of gc are there in java?
What are the important features of Java 10 release?
what is comparable and comparator interface?
What is the static keyword?
What is heterogeneous in java?
What is incompatible types in java?
Does the order of public and static declaration matter in main method?
What do you mean by platform independence of Java?
What is the exact difference in between Unicast and Multicast object? Where will it be used?
Explain the difference between association, aggregation and inheritance relationships.
How does arraylist work in java?