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
What is an object's lock and which object's have locks in java programming?
What mechanism does java use for memory management?
What are selection structures?
Highest level event class of the event-delegation model?
Explain public static void main(string args[]).
why Java does not support multiple inheritances?
What is the difference between length and length () in java?
What is the difference between class forname and new?
What is singleton class in ruby?
What is output buffer?
Are maps ordered java?
What are the advantages of arraylist over arrays?
What is executor memory?
what is the purpose of the runtime class?
What are parameters in a method?