Sunday, 26 November 2017

Java Tutorial

Hello Reader,


welcome to my blog. Here you will learn Java and J2EE technology in a easy way.

First Java Simple Program




package com.first; 

public class FirstApp {

 public static void main(String[] args) {

System.out.println("Hello Java");

 System.out.println("Welcome to Ramu Chintha!!");

 }

 }



Output:


4 comments:

  1. Would be more help full how to create a project also first

    ReplyDelete
    Replies
    1. Sure Phani Kumar i will upload.. Please subscribe to my channel you will get notify when i upload new things.
      https://www.youtube.com/channel/UC4JcIOvhdxMu2-uqBtGUP8g?view_as=subscriber

      Delete
  2. good ramu. keep doing many more videos

    ReplyDelete