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
Can you call a method on a null object?
What is a map? What are the implementations of map?
What is java beans?
What is the advantage of functional interface in java 8?
What do you mean by formatting?
What is the statements?
Write the algorithm to check the number non-leaf nodes in a tree.
why are there separate wait and sleep methods? : Java thread
What is difference between jdk,jre and jvm?
What is arguments in java?
What is final keyword in java?
Where are the local variables stored?
What is a conditional equation?
Tell me are there implementations for sorting and searching in the java libarary?
Give reasons supporting that string is immutable.