Wednesday, September 15, 2010

Java flow control interview question

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