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 are the 6 mandatory procedures for iso 9001?
What is a locale?
What is the difference between the size and capacity of a vector?
Why we use set in java?
How will you add panel to a frame?
Explain which of the following methods releases the lock when yield(), join(),sleep(),wait(),notify(), notifyall() methods are executed?
Is string passed by reference in java?
Can an interface be defined inside a class?
Is static a singleton?
What are the characteristics of Final,Finally and Finalize keywords.
What is the null?
Can static methods access instance variables in java?
What is the difference between member variables initialization and assignment in a constructor?
When will you define a method as static in Java?
How can we run a java program without making any object?