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
What is default constructors?
Can we call the run() method instead of start()?
How we can execute any code even before main method?
What is wrapper class example?
How to handle a web browser resize operation?
What is scanner in java?
What are different types of control structures?
Define how objects are stored in java?
What is charat java?
hi am an engineering student and my next plan is for ms in either in us or australia i got my passport but i dont know anything bout visa can u give brief idea 1)How to get prepared for visa and 2)How to apply for top universities and 3)How to pay the fee and so on These all are basic questions plz give me a clear idea
This abstract class is correct ? abstract class A { public abstract void Disp(); public abstract void B() { } public absract virtual C() { } }
Why are getters and setters used?
Why is an interface be able to extend more than one interface but a class can’t extend more than one class?
What is method in java with example?
What is the difference between static and non-static variables in java programming?