Thursday, October 18, 2012

public class Test{

  public static void test() {
    System.out.println("Passed");
  }

  public static void main(String[] args) {
    Test NULL = null;
    NULL.test();
  }
}
 
Very Interesting program, try it out 

1 comment:

  1. This is a very useful article for Java learners who want to improve their practical knowledge and industry skills. Learning concepts is important, but working on real-time projects helps in understanding real application development and boosts confidence. Anyone planning to become job-ready should explore No 1 Java Real Time Projects Online Training in Ameerpet to gain hands-on experience and learn how real-world Java projects are implemented professionally.

    ReplyDelete