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 will be the output of round(3.7) and ceil(3.7)?
What is the difference between Java1.4 and Java1.5
What is a boolean in java?
What are jee technologies?
Define interface in java?
What are different data structures in java?
Can we make constructors static?
Which is the class in java?
What are keywords in programming?
What are static variables and functions?
Is java free for commercial?
How will you calculate the depth of a binary tree if the tree contains 15 nodes?
Difference between notify() method and notifyall() method in java?
What is a dot notation?
What is meant by class loader? How many types are there? When will we use them?