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 the difference between sop and work instruction?
How to compare two strings in java program?
If a method is declared as protected, where may the method be accessed in java programming?
What is arraylist e?
Java Compiler is stored in JDK, JRE or JVM?
Explain reverse a linked list iterative solution in java?
What’s the difference between callable and runnable?
What is difference between path and classpath variables?
What does java se mean?
What is a class variable?
What lambda means?
I am unable to find or learn about print command. I have a graphical program in core java in applet but i want to give print command but i have coding for that so if anyone know about this plz mail me on avdhesh_chauhan007@yahoo.co.in
What happens if a try-catch-finally statement does not have a catch clause to handle an exception that is thrown within the body of the try statement?
How do you create an array in java?
List some important features of java 10 release?