Java Tutorial
Java is a computer programming language developed by Sun Microsystems. Java is platform independent, high level, secured and object-oriented programming language.
You can create mobile application,web application,enterprise application ...etc using java.
Java syntax are easy to learn and understandable.Java syntax is similar to c++ syntax.
Java Hello World Example
class New{ public static void main(String args[]){ System.out.println("Hello World"); } }
Output: Hello World
Types of Java application and Use.
- Standalone Application
- Web Application
- Enterprise Application
- Mobile Application
Java is used in Desktop Applications,Web Applications,Enterprise Applications,Games etc.