Pages

Showing posts with label Compiler. Show all posts
Showing posts with label Compiler. Show all posts

Saturday, February 17, 2018

Writing first Java program

Hello Techie, This post is about steps to write, compile and execute our first java program.

  • Pre-requisite:
    • Basic knowledge of computer system.
    • To compile and execute java program, we need java environment setup on a system.
    • Once the Java environment setup is complete we can proceed with creating our first java program.