1 / 4

Java Introduction - Quipoin

Java is high level programming language. It has a compiler named JAVA that use to convert java language to machine language or byte code.<br>for more free learning visit:https://quipoin.com/view/Java/Introduction<br>

quipoin
Download Presentation

Java Introduction - Quipoin

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Java Introduction to Java

  2. Overview • Java is high level programming language. It has a compiler named JAVA that use to convert java language to machine language or byte code. • It is an object-oriented programming language because every action are performed with the help of objects. The complete program code is placed within classes and interfaces. We can refer a class as a blueprint of an object. • Java is not just a language, it is also considered as a technology that gives a platform to create mobile and web applications, games, etc. It has many frameworks and libraries like Spring, Hibernate, Servlet JSP, etc. • Java is one of the most popular programming languagesin the world. It is used by around 80% of IT giants.

  3. Program public class FirstProgram { public static void main(String[] args) { System.out.println("Welcome TO Quipo House"); } }

  4. Features: • Simple and easy to learn  • Compiled and Interpreted • Platform Independent • Portable • Architectural Neutral • Object-Oriented • Robust • Secure • Distributed • Multi-threaded and Interactive • High Performance • Dynamic and Extensible

More Related