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
What are the types of exceptions?
Why are getters and setters used?
What is the difference between heap memory and stack memory?
What is a layout manager and what are different types of layout managers available in java awt?
Can we able to pass objects as an arguments in java?
What does || || mean in math?
Which class is used by server applications to obtain a port and listen for client requests?
Explain the difference between static and dynamic binding in java?
Can we store variables in local blocks?
Can I use % with real numbers?
What is the difference between preparedstatement and statement in java?
How is tree Mirroring implemented?
What is fail first in java?
Why singleton class is used in java?
Why should I use abstract class?