Wednesday, September 22, 2010
Subscribe to:
Comments (Atom)
How can instantiate Java interface without implementing.
public interface Foo { String method(); } public class Claaa { public static void main(String[] args) { Foo fooByIC...
-
I have updated in http://www.freejavaclass.com/ public, protected, default, private
-
I have updated in http://www.freejavaclass.com/ When a class is loaded, all blocks that are declared static and don’t have function name ...
-
I have updated in http://www.freejavaclass.com/ The Object Oriented Programming Languages directly represent the real life objects like C...