Slopjong
A geek discovering the World, Tech & Science
Latest Posts
Programming
Mac
Linux
WordPress
Hardware
Howtos
Nerd Trash
Java Archive
0
Accessing the right method in Java
Posted on April 20, 2010
A inner class can call methods of an outer class. public class Dummy1 { private class Dummy2 { public Dummy2() { method(); } } private void method() { } } So far so good but if the inner class has [...]
Continue Reading
« Previous Page