Blog Introductions


In this  blog contains tutorials about  HTML Tutorials, Python Tutorials, CSS Tutorials, How to, PHP Tutorials, Java Tutorials, C++ Tutorials, Tutorials,  Examples, Source code,Learning,
Tips and Software development  services. JAVA Introduction  and  Installation on window  |  Java tutorials  Bestitworriors


JAVA Introduction  and  Installation on window  



Java tutorials



JAVA Introduction  and  Installation on window  |  Java tutorials  Bestitworriors -JAVA is programing language to develop web apps mobile apps games and much more.This toturiols series guide you complete basic to adavance and also provide you free project to work on it for your practice.




Characteristics of JAVA

  1. JAVA used to develop mobile apps ,web apps and games and much more
  2. Its free to download and open sourse
  3. Its work on almost all platforms
  4. It is easy to write script
  5. It perform all function read,write,create,update,delete ,open and close file on server
  6. It handle lage scale databases and perform various function
  7. Java is same as other programing langauges c++ and c#




Follow Steps


    1. Download java from google download here
    2. Install it on your computer or laptop
    3. Copy this path 'C:\Program Files\Java\jdk-11.0.1' where java jdk is installed
    4. Go to "System Properties" (Can be found on Control Panel > System and Security > System > Advanced System Settings)
    5. Click on the "Environment variables" button under the "Advanced" tab
    6. select the "Path" variable in System variables and click on the "Edit" button
    7. Click on the "New" button and add the path where Java is installed
    8. Now open XAMP Server from your installed app start APACHE and MYSQL first two services
    9. Now your java is installed successfully and path is added to enviorment variable
    10. Download Eclipse from google download here
    11. Installed in your computer or laptop
    12. Create new java project
    13. Write Code
    14. Click Start




    Code





    public class Main {
    public static void main(String[] args) {
    System.out.println("Helo World My First Script Is Running.Now I Feel Better");
    }
    }



    OutPut


    Helo World My First Script Is Running.Now I Feel Better


    I hope You really enjoyed this blog . I try my best to make every thing is easy and helpfull to provide to public .You will get more blog about the Programing project and code . Thanks for visiting my blog if you have any querry related to this you can comment here i will try my best to response you back about JAVA Introduction  and  Installation on window  |  Java tutorials  Bestitworriors