Answer Posted / divya
Wrapping is the process of converting primitive data type
into objects,the Java API provide a set of classes that
make the process easier ,such classes are called Wrapper
classes.The classes which helps for wrapping is called
Wrapped classes.
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
What is a parameter used for?
What are the advantages of packages in java?
What is singleton class example?
What is difference between module and function?
Can we override data members in java?
Explain the term virtual machine?
If we don’t want some of the fields not to serialize how to do that?
What are multiple inheritances?
What is the purpose of the System class?
Can constructor be protected in java?
What is the significance of listiterator?
What is java virtual machine and how it is considered in context of java’s platform independent feature?
Is sizeof a keyword in java programming?
How variables are declared?
Explain about assignment statement?