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
What is thread life cycle in java?
Can this keyword be used to refer static members?
How do you write a good declaration?
What is the reason behind using constructors and destructors?
What is Major and importance difference between for and foreach loop ?
What variables are stored in stack?
Does chrome use java?
If you are given the name of the function at run time how will you invoke the function?
What is difference between classpath and path variables in java?
What is java dot?
What is primitive array?
What is google full form?
What invokes a thread's run() method in java programming?
What is a generic type?
What is java abstraction with example?