Answer Posted / janet
Wrapper classes are classes that allow primitive types to
be accessed as objects.
| Is This Answer Correct ? | 111 Yes | 18 No |
Post New Answer View All Answers
What’s the difference between applets and standalone program?
How do you pass by reference?
How to implement a multithreaded applet?
What is qms certification?
when you will synchronize a piece of your code? : Java thread
What are the different types of sorting in java?
1.IN CASE OF DYNAMIC METHOD DISPATCH WHY WE USE REFERENCE VARIABLE,WE CAN USE THE DIFFERENT DEFINED OBJECT DIRECTLY TO ACCESS THE DATA MEMBER AND MEMBER FUNCTION OF THAT RESPECTIVE CLASS?WHAT IS THE MAIN FUNCTION OF "REFERENCE VARIABLE" HERE?
What is unicode in java?
What is the java virtual machine?
What does exp mean in math?
When will you define a method as static?
How many bytes is a char in java?
What is a memory leak in java?
Does A Class Inherit The Constructors Of Its Superclass?
Can we write class inside a class in java?