I m a complete newbie on AWS(Amazon Web Services) so this might be a basic question.
I created an EC2 instance on AWS. I have a windows machine so I\'m usin
I am using putty since almost 2 years..
U should open the vi editor using "vi filename.java"
Type the program and then say "Esc : wq" ignore the spaces.. And Esc is the Esc button on keyboard..
Then compile your program using "javac filename.java"
N then run using java filename.java