Wednesday, September 1, 2010

struts overview

http://freejavaclass.com/articles/j2ee/struts/struts_overview.jsp

No comments:

Post a Comment

How can instantiate Java interface without implementing.

public interface Foo { String method(); } public class Claaa {    public static void main(String[] args) {     Foo fooByIC...