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 is your platform?s default character encoding and how to know this?
What is the difference between static and global variables and also define what are volatile variables?
What is the largest long allowed by java?
Does chrome use java?
What is data object example?
What are the skills required for core java?
Are private methods final?
Can we return null in java?
How use .contains in java?
What is the difference between a factory and abstract factory pattern?
How can you make a class serializable in java?
What is the buffer limit?
What is a conditional equation?
Where local and global variables are stored?
What is blank final variable?