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 a flag and how does it work?
Is a case study a method or methodology?
What is constructor chaining and how is it achieved in java?
What is consumer in java?
What is the difference amongst jvm spec, jvm implementation, jvm runtime ?
Can we use catch statement for checked exceptions when there is no chance of raising exception in our code?
What are the topics in core java?
When will you define a method as static in Java?
What is the difference between conversation & casting?
Can we have more than one package statement in the source file?
Why super is first line in java?
What is numel matlab?
what is aggregation in java?
What is the purpose of using bufferedinputstream and bufferedoutputstream classes?
When parseint method can be used?