Site hosted by Angelfire.com: Build your free website today!
Lookout for the links at the bottom of each page you visit!
Family-Photo Collection
My First Job
With my dear departed brother, Rajesh.
With my Mother at Juhu.
Breakfast like a King!
:(A): More Photographs...
:(B): My Blogs
:(C): Compilation Of Jokes...
:(D): My Published Articles:
          
  • Sofware & Ramrajya
  • pdf
              
  • Art Of Stealing
  • pdf
              
  • Being Educated Unemployed
  • pdf
              
  • The Dear Departed
  • pdf
              
  • Desi Supermen
  • pdf
              
  • The Identity Crisis
  • pdf
              
  • Cricket First, always!
  • pdf
              
  • Treasuring Childhood
  • pdf
              
  • Middle On Middle
  • pdf
    :(E): My Works:
    1. MyEditor.java

    2. Puzzle.java
    3. (applet)
    4. GameOfLife.java
    5. (applet)
    6. FlowText.java
    7. (applet)
    8. AllShapes.java
    9. (applet)
    Save all the files using the convention used here (and u must have the valid jdk version installed in your machine!).
    For programs not marked as applets: -
    Compile them using 'javac <filename>.java' from the command line.
    for ex:- javac MyEditor.java
    run them using :-
    'java  <filename>' (without the extension)
    for ex:- java MyEditor (note the correct capitulation).
    to run applets, use appletviewer with :-
    'appletviewer <filename>.java'.
    for ex:- appletviewer AllShapes.java
    (Again, follow the proper case).