Friday, May 28, 2010

JSF:Duplicate component id error

I have updated in http://freejavaclass.com/detailpost.jsp?postid=63

1 comment:

How can instantiate Java interface without implementing.

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