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
Should database connections be singleton?
Which is bigger float or double?
Why there are some null interface in java? What does it mean?
Is a string literal?
Explain different forms of polymorphism?
Is 0 a real number?
What is a classloader in java?
Define an applet in java?
Write a java program to count the number of words present in a string?
What is bufferedreader in java?
How do you sort objects in java?
What is comparable and comparator interface? List their differences
What is the relationship between class and object?
What is difference between printf and scanf?
What is the static keyword?