JAVA Tutorial

Java Tutorial Overview

Java is an Object-oriented programming language originally developed by Sun Microsystems and released in 1995. It was originally developed by James Gosling at Sun Microsystems which is merged into Oracle Corporation after some time. Java programs are platform independent which means we can run on any operating system with any type of processor as long as the Java Virtual Machine (JVM) is available on that system. 

 

In Java tutorial we covered complete topics from basic to advanced level those are 

 

  1. Features of Java
  2. Java Environment Setup
  3. JDK, JRE and JVM in Java
  4. Java OOPS Concepts
  5. Java String
  6. Java Exception Handling
  7. Java Multi Threading
  8. Java Synchronization…and many more topics in Java.

Targeted Audience

Java tutorial is targeted for beginners as well as experienced people who is having basic knowledge computer programming. In Java tutorial we coverd all topics from basic to advanced level which will give clear idea how to use Java in your applications with examples.

Prerequisites

If you have basic knowledge in computer programming that wolud be enough to start with Java Tutorial. Here we covered complete java topics in easy manner that will make you understand java topics easily.