Java

 Java technology is both a programming language and a platform.



The Java Programming Language


The Java programming language is a high-level language that can be characterized by all of the following buzzwords:
  • Simple
  • Object oriented
  • Distributed
  • Multithreaded
  • Dynamic
  • Architecture neutral
  • Portable
  • High performance
  • Robust
  • Secure




An overview of the software development process.




Through the Java VM, the same application is capable of running on multiple platforms.






The Java Platform


platform is the hardware or software environment in which a program runs. Some of the most popular platforms are Microsoft Windows, Linux, Solaris OS, and Mac OS. Most platforms can be described as a combination of the operating system and underlying hardware. The Java platform differs from most other platforms in that it's a software-only platform that runs on top of other hardware-based platforms.

The Java platform has two components:
  • The Java Virtual Machine
  • The Java Application Programming Interface (API)
JVM is the base for the Java platform and is ported onto various hardware-based platforms.
The API is a large collection of ready-made software components that provide many useful capabilities. It is grouped into libraries of related classes and interfaces; these libraries are known as packages



               The API and Java Virtual Machine insulate the program from the underlying hardware.




websites that help Java developers daily.

5.  javaranch
8.  find jar
10. Mykong 
11.Ideone

Courtesy:Click here


No comments:

Post a Comment