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 are the types of java?
Explain about wait() method?
Which is better ascii or unicode?
What is the difference between array and array list in java?
How to sort numbers in java without array?
Is java developer a good career?
What is method overloading in JAVA? Why is it not present in C ?
What is arguments in java?
Give any two differences between C++ and java.
What is the use of bufferedreader?
Explain parallel processing in java8?
What is the use of protected in java?
Explain numeric promotion?
Is 0 a real number?
What is the purpose of the runtime class in java programming?