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 / babu

In general in java language everything is object but
Primitive data types are not objects.We need a conversion
from primitive data type to object .For this conversion
java provides Wrapper classes.
datatype Wrapper class
int-------Integer
float-----Float
double----Double
long------Long
short-----Short
byte------Byte
char------Char

Is This Answer Correct ?    51 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the purpose of abstract class?

519


How to compare strings in java?

498


Is string a wrapper class?

512


what is the constructor and how many types of constructors are used in java?

531


What is the purpose of skeleton and stub?

586






How to access arraylist elements in java?

486


Is 0 an irrational number?

599


define polymorphism in java

632


What are the six ways to use this keyword?

604


What are different types of references?

526


State the difference between strings and arrays.

597


Why synchronization is important in java?

559


Explain different forms of polymorphism?

650


What is the difference between throw and throws in java?

550


What is constructor chaining in java?

583