Answer Posted / javac
Anonymous inner class is a class inside a class with out
name.and it is always used create the object of itself and
store it into super class reference variable or Interface
reference variable.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is a programming object?
If an application has multiple classes in it, is it okay to have a main method in more than one class?
What is the purpose of using the java bean?
Explain about wait() method?
What is the basic concepts of OOPS?
Why hashmap is used in java?
Can static methods access instance variables in java?
What are the java ide's? Explain
What are the benefits of java?
What is difference between hashset and hashmap?
Explain the different forms of polymorphism?
What is an argument in java?
What are loops in java?
Can an integer be a string?
Tell me how many ways are there to initialise an integer with a constant.