Answer Posted / sitaram
Wrapper classes are used to convert primitive types to
objects. wrapper classes are final classes. final classes
can't be extends to other class.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What’s the difference between the methods sleep() and wait()?
Difference between error and exception
What is the difference between the reader/writer class hierarchy and the inputstream/outputstream class hierarchy in java programming?
What are examples of modifiers?
What is nested top-level class?
Define a java class.
Can long be null in java?
Where is const variable stored?
Tell me are there implementations for sorting and searching in the java libarary?
Why set do not allow duplicates in java?
Are constructors methods?
What is exception handling in java?
What is the purpose of garbage collection in java? When is it used?
What is the difference between notify and notifyall method?
What is an object’s lock and which object’s have locks?