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
What are the benefits of operations in java?
What is a numeric digit?
What is the use of singleton?
What is meant by singleton class?
Why enumeration is faster than iterator?
What is purpose of keyword void?
What access modifiers can be used for methods?
Write a java program to check if a number is prime or not?
Can you instantiate the math class?
Can a class be defined inside an interface?
List the interfaces which extends collection interface?
What is byte [] in java?
How do you define a method?
Can you inherit from an abstract class java?
Will the compiler creates a default constructor if I have a parameterized constructor in the class?