What is meant by wrapper classes?
Answers were Sorted based on User's Feedback
Answer / vishnu
Wrapper class is a wrapper around a primitive data type. It
represents primitive data types in their corresponding class
instances e.g. a boolean data type can be represented as a
Boolean class instance. All of the primitive wrapper classes
in Java are immutable i.e. once assigned a value to a
wrapper class instance cannot be changed further.
| Is This Answer Correct ? | 12 Yes | 0 No |
How do you load an HTML page from an Applet ?
Convert a binary search tree to a sorted doubly linked list inplace.
Tell me a few examples of final classes defined in Java API?
write the hierarchy of component class?
what is predefined function in java?
What is aggregation?
What is an infinite loop in java? Explain with an example.
Can a main method be declared final?
Is 'sizeof' a keyword?
What is a buffer in computer?
how to minimize the functionality to will not force garbage collector?
What is main in java?