Introduction

Java is a very powerful and popular programming language. It is pure Object oriented programming language.

Every java program consist of a class.

Environment:
  1. Installing JDK
  2. Installing any editors where you will write your source code e.g. notepad, notepad++, eclipse, netbeans, intellij...etc
  3. Settings System %path% variable
  4. Checking java compiller version in command promt
  5. javac -version after setting %path% variable

Sample program:
class Hello {
      public static void main(String[] args) {
          System. out.println("Hello World!");
     }
}
  • Write the above code in Sample.java file
  • Compile the source code using java compiler
    javac Sample.java
  • Java compiler compile the source code and generate a bytecode Hello.class (className.class file)
  • Execute the bytecode using JVM (Java Virtual Machine)
    java Hello
  • Output:
    Hello World!

12 comments:

  1. Hey, would you mind if I share your blog with my twitter group? There’s a lot of folks that I think would enjoy your content. Please let me know. Thank you.
    Java Training in Chennai | J2EE Training in Chennai | Advanced Java Training in Chennai | Core Java Training in Chennai | Java Training institute in Chennai

    ReplyDelete
  2. Thoughtful information's are shared here...Gained lot's of ideas and Knowledge from this site...Thanks for All your Great works...To enhance your JAVA Technical skill Visit Here for more...
    Java training in chennai | Java training in annanagar | Java training in omr | Java training in porur | Java training in tambaram | Java training in velachery

    ReplyDelete
  3. Very useful blog, really appreciate your hardwork.Thank you for the Information.Great information for beginners who will get motivation from this blog.
    Java Training in Chennai

    Java Training in Velachery

    Java Training in Tambaram

    Java Training in Porur

    Java Training in Omr

    Java Training in Annanagar

    ReplyDelete
  4. This comment has been removed by the author.

    ReplyDelete
  5. This comment has been removed by the author.

    ReplyDelete
  6. A great looking website design can do wonders to make online business successful on the internet.I am impressed with your creativity.Keep it up.Thanks for providing useful information with us
    Digital Marketing Training in Chennai

    Digital Marketing Training in Velachery

    Digital Marketing Training in Tambaram

    Digital Marketing Training in Porur

    Digital Marketing Training in Omr

    Digital Marketing Training in Annanagar

    ReplyDelete