elibraryportal Logo

What is Java

Java is High Level Object Oriented Programming Language and Platforms independent. Where

  1. Object Oriented Programming Means : All OOPs Concepts like
    • Object
    • Class
    • Inheritance
    • Polymorphism
    • Abstraction
    • Encapsulation etc.....

    All OOPs Concepts Java
  2. Platforms : Platforms means Hardware and Software Environment which java compiled code(byte code) can run on all operating systems such as window,linux,mac. etc

    Program

    Fig.

    OS Environment inJava

Where used of Java Programming Language ?

  • Website Development, Web application
  • Gameing
  • Mobile application, Android Development
  • Smart Card use
  • Banking software
  • Robot Create, etc......
Next TopicHistory of Java