• Home
  • Blog
  • About
  • Archive
  • Wish List
  • ATOM 0.3
  • RSS 2.0
  •  

    Time to Love

    February 14th, 2007
    If you judge people, you have no time to love them.

    - Mother Teresa

    Mother, you are right….


    Java HelloWorld

    February 6th, 2007

    This is to test Java code in a post.

    Java Source:

    
      public class HelloWorld
      {
        public static void main(String[] args)
        {
          System.out.println("Hello World");
        }
      } 

    Close
    E-mail It