Answer Posted / shubha patil
inner class is basically used for binding the one class into
another class.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Explain what access modifiers can be used for methods?
Explain covariant method overriding in java.
Can we create our own wrapper class in java?
Break statement can be used as labels in java?
Can a class be a super class and a sub-class at the same time? Give example.
Explain the difference between throw and throws in java?
how we can make a write-only class in java?
Can static methods access instance variables in java?
What is a numeric digit?
What is meant by the value of a variable?
What are the access modifiers in java?
What is a string token?
What is a variable declaration?
What happens if an exception is throws from an object's constructor?
How do you decide when to use arraylist and linkedlist?