Java Tutorial
Hello friends today i will give you some websites for Java Tutorial. Java is a high-level programming language originally developed by Sun Microsystems and released in 1995. Java runs on a variety of platforms, such as Windows, Mac OS, and the various versions of UNIX. This tutorial gives a complete understanding of Java.Java Tutorial or Core Java Tutorial or Java Programming Tutorial is a widely used robust technology. Let's start learning of java from basic questions like what is java tutorial, core java, where it is used, what type of applications are created in java and why use java. Java is a programming language and a platform. Java is a high level, robust, secured and object-oriented programming language.
Simple Example of Java
public class MyFirstJavaProgram
{
public static void main(String []args)
{
System.out.println("Hello World");
}
}
Top Websites for Java Tutorial
- Sitesbay
- Javatpoint
- Tutorialspoint
- C4Learn
- StudytoNight
No comments :
Post a Comment