Answer Posted / 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 |
Post New Answer View All Answers
Can we extend singleton class in java?
What is a Transient Object?
What is the best definition for data?
What is the difference between normal report & matrix report?
What are singleton services?
What are 3 data types?
What is the use of string and stringbuffer?
Is object a data type?
What is a class object?
What is purpose of find feature?
Is a string literal?
What is are packages?
Explain about fail safe iterators in java?
What is type conversion in java?
Why is it important to initialize a variable?