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 are java methods?
What are the important features of Java 10 release?
What is lambda in java?
How is the marker interface used in Java?
Explain about automatic type conversion in java?
What happens if an exception is not handled in a program?
What is array class in java?
Can we restart a thread already started in java?
What is an example of declaration?
What's the access scope of protected access specifier?
What is the difference between equals() and?
Is vector synchronized in java?
What is the difference between assignment and initialization?
What is scanner in java?
Can we print null in java?