Answer Posted / kanaparthi srinivas
ExAMPLE:
int i=100 // declaration of primitive type.
/* wrapping the primitive data type to corresponding wrapper
class object */
Integer i1=new Integer(i);
Is This Answer Correct ? | 31 Yes | 5 No |
Post New Answer View All Answers
What does this () mean in constructor chaining concept?
What is java util?
What do u mean by variable?
Can you declare an interface method static?
What is the size of integer?
What is the final blank variable?
How many functional interfaces does java 8 have?
What is an example of procedure?
Can an anonymous class be declared as implementing an interface and extending a class in java programming?
What is class variable java?
Explain about transient variables in java?
What are 5 boolean operators?
What is difference between stringbuffer and string?
What is functional interface in java example?
What is the purpose of using break in each case of switch statement?