Computer Science, asked by atharv718393, 11 months ago

discuss the development of Java in almost 200-250 words ​

Answers

Answered by xyz3920
0

Explanation:

Java is an object-oriented programming language developed by Sun Microsystems in 1991 and first released in 1995. Its development was led by the “Green Team”, managed by the flagship programmer James Gosling. In the beginning was to be called “Oak”, and there are many theories of why this name, being the most accepted the fact that there was an oak tree (Oak in English) against the Green Team office. That name turned out to be little commercial locations, apart from already having been registered. Finally, at the offices of Sun, it was decided to call it Java.

In the beginning was conceived as a programming language oriented to system fixed and domestic appliances. This did not have the awaited success and under the expectations. The Web was the lever that drives this language with a technology called “applets” that were desktop applications that could develop into a web environment, through a plugin in any browser. This created a business strategy between Sun Microsystems and Netscape, creators of JavaScript.

Java does not take long to reach the hearts of desktop programmers, providing a platform multiplatform and robust for developers. In its beginnings left much to be desired in the graphical interface, because the original graphics library, AWT (Abstract Window Toolkit), was much attached to the operating system and engaged in targeted bugs, that is to say, bugs specific to each operating system.

Answered by amriteshbanerjee2413
0

Answer:

Java is simply a programming language...

Explanation:

Java is the name of a programming language created by Sun Microsystems. This company was bought out by Oracle Corporation, which continues to keep it up to date. The latest version is Java 12, released in March 2019. However, Java 12 is not a Long Term Support (LTS) version. The latest Long Term Support (LTS) version is Java 11, released on September 25, 2018; Oracle released for the "legacy" Java 8 LTS the last free "public update".

Java, which was called Oak when it was still being developed, is object oriented, meaning it is based on objects that work together to make programs do their jobs. Java code looks like C, C++, or C#, but code written in those languages will not work in Java in most cases without being changed.ava runs on many different operating systems, including Android, the world's most popular mobile operating system (while Java continues to be used on Android, even by its maker Google, they no longer prefer Java; now Kotlin is their preferred language, that can also be used with all Java code). This makes Java platform independent.

It does this by making the Java compiler turn code into Java bytecode instead of machine code. This means that when the program is executed, the Java Virtual Machine interprets the bytecode and translates it into machine code.

Similar questions