+ 8
what is anonymous guys?
how can we use in java.....
3 Respuestas
+ 4
An anonymous class in Java is a class not given a name and is both declared and instantiated in a single statement. You should consider using an anonymous class whenever you need to create a class that will be instantiated only once.
src: http://www.dummies.com/programming/java/how-to-use-an-anonymous-class-in-java/
+ 9
nice brother.... may I know about you something
+ 1
anonymous which isn't have the class name that's it