How to Create A Wapper Class in core Java and Why are Use in
java?
Answer Posted / srikanth
int i=100;
here we are converting primitive to wrapper object
Integer i=new Integer(i);
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
Explain reverse a linked list recursive java solution?
Does the order of public and static declaration matter in main method?
What is the synonym of string?
Explain purpose of sleep() method in java?
What is function declaration?
Does sprintf add a null terminator?
What is regex used for?
How to handle a web browser resize operation?
Is char a data type in java?
What is an example of character?
What is a Presistent Object?
Which non-unicode letter characters may be used as the first character of an identifier?
What is the purpose of nested class in java?
Is 0 a prime number?
What are adapter classes?