Monday, September 20, 2010

Java collections interview questions

http://freejavaclass.com/articles/interview/java_collections_interview_questions.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...