Answer Posted / vinay
wrapper classes is nothing but the primitive datatypes make
as a class name is called a wrapper class
| Is This Answer Correct ? | 20 Yes | 13 No |
Post New Answer View All Answers
Explain what is Marker interface?
Is class is a data type?
Can you explain the meaning of aggregation and composition
Differentiate between static and non-static methods in java.
Why put method is idempotent?
How many types of operators are there?
How destructors are defined in java?
Why do you canvas?
What are three advantages of using functions?
is there a separate stack for each thread in java? : Java thread
What is a final class ?
I want to re-reach and use an object once it has been garbage collected. How it's possible?
Which are the two subclasses under exception class?
Class c implements interface I containing method m1 and m2 declarations. Class c has provided implementation for method m2. Can I create an object of class c?
What is singleton class and how can we make a class singleton?