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
How can we break singleton in java?
What do you understand by an io stream?
What is the functionality of the stub?
Explain the difference between abstraction and encapsulation.
Explain how hashmap works?
Write a program to print fibonacci series
What are keywords in java?
Does java linked list allow duplicates?
Can constructor be protected in java?
Suppose if we have variable ' I ' in run method, if I can create one or more thread each thread will occupy a separate copy or same variable will be shared?
Which collection does not allow duplicates in java?
What is arraylist e?
Explain the difference between arraylist and linkedlist in java?
What is boolean used for?
Describe the various concepts related to object oriented programming (oop).