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


Please Help Members By Posting Answers For Below Questions

What is the difference between sop and work instruction?

710


How to compare two strings in java program?

851


If a method is declared as protected, where may the method be accessed in java programming?

723


What is arraylist e?

799


Java Compiler is stored in JDK, JRE or JVM?

1264


Explain reverse a linked list iterative solution in java?

718


What’s the difference between callable and runnable?

774


What is difference between path and classpath variables?

826


What does java se mean?

789


What is a class variable?

819


What lambda means?

768


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

1837


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?

884


How do you create an array in java?

766


List some important features of java 10 release?

741