Git Product home page Git Product logo

java-basic's Introduction

JAVA

  1. Java is a high-level programming language originally developed by Sun Microsystems and released in 1995.
  2. Object Oriented − In Java, everything is an Object. Java can be easily extended since it is based on the Object model.
  3. Platform Independent − Unlike many other programming languages including C and C++, when Java is compiled, it is not compiled into platform specific machine, rather into platform independent byte code. This byte code is distributed over the web and interpreted by the Virtual Machine (JVM) on whichever platform it is being run on.

Applications of Java Programming

  1. The latest release of the Java Standard Edition is Java SE 8. For example: J2EE for Enterprise Applications, J2ME for Mobile Applications.
  2. The new J2 versions were renamed as Java SE, Java EE, and Java ME respectively. Java is guaranteed to be Write Once, Run Anywhere.
  3. Multithreaded − With Java's multithreaded feature it is possible to write programs that can perform many tasks simultaneously.
  4. Interpreted − Java byte code is translated on the fly to native machine instructions and is not stored anywhere.
  5. High Performance − With the use of Just-In-Time compilers, Java enables high performance.
  6. Distributed − Java is designed for the distributed environment of the internet.
  7. Dynamic − Java is considered to be more dynamic than C or C++ since it is designed to adapt to an evolving environment.

GET Java Version

/usr/libexec/java_home -V

Image Image Image Image Image Image Image Image Image Image Image Image Image Image Image Image Image Image

java-basic's People

Watchers

 avatar Shubham D avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.