Answer Posted / aditya mohata
These classes are Wrapper classes.We hav them as we cant
pass an primitive directly through an method to different
class.So we need wrapper classes to convert them to their
already defined classes.Send them n again unpack them.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How do you do absolute value in java?
How to implement an arraylist in java?
How do you sort in java?
How are java objects passed to a method and what are native methods?
If you do not want your class to be inherited by any other class. What would you do?
How is tree Mirroring implemented?
Is 0 an even number?
What is the purpose of javac exe?
What are the classes of java?
Can an interface implement another interface?
Tell me a few examples of final classes defined in Java API?
What are the main features of java?
What happens if constructor is private?
What is the reason behind using constructors and destructors?
Why is it important to initialize a variable?