JAVA BUZZWORDS & History of the development of java
java buzzwords explanation
Features of java is called as Java Buzzwords
Platform independent —> Run on any Environment
Object oriented concept(oops) —> Abstraction,Encapsulation,Inheritance and polymorphism
Simple —> No concept of pointers,explicit memory allocation,
structures,operator overloading etc
Secure —> Secure for internet application
(Raise out of boundary exception in arrays and it is strong typed language)
Robust —> Early checking of error it can achieved garbage collector,
exception handling
Portable —> Java program written on one environment can be executed
or implemented another environment
Multithreading —> Concurrent execution of several parts of same program
at same time(This will improve CPU utilization)
Distributed Application —> This are software that runs on multiple computers
connected to a network at the same time.For creating this type application Java
require two concept RMI(Remote Method Invocation) EJB(Enterprise Java Beans)
Architectural Neutral —> Irrespective of architecture the memory allocated to the
variables will not vary
what is the original name of java programming, and brief history of java programming
The original name of java programming
A short history of the development of java
Java is a result of the efforts of programmers in the early 1990s to develop a portable,secure and scalable language to be used for communication between electronic devices.
A team of programmers led by James Gosling of Sun Microsystems developed the first version of Java called oak.Since oak trademark is already registered with some other organization, Sun Microsystem renamed the language Java , in 1995.
As internet usage became widespread, the need for the secure programming language increased.Java language fit perfectly.
Java met all the requirements specified for web-based applications as it can be used to write platform-independent code.
In 1995, Sun Microsystems released the first version of the Java Development Kit(JDK)
From the second half of the 1990s, the popularity of Java increased considerably.
👍👍👍
ReplyDelete👍🏻
ReplyDelete