Computer Science, asked by balamurugancvl7126, 10 months ago

What is java?who developed it?

Answers

Answered by Anonymous
3

Java

Java is a computer programming language, which is concurrent, class-based, object-oriented. Java is actually designed for making a computer programs good. Because of java, today we can see class based programs in our computers.                              

James Gosling is also known as father of Java. He was an Canada scientist, who was famous for Java programming language. Actually, Java was discovered by chance by James Gosling. He was doing a work on one computer, he found that, There are no object oriented language in computer. He starts Java from that time.

Today, Java is used in following:

1) Making desktop applications

2) Making Android and IOS apps

3) Database connections

4) Games

5) Web Applications

Java is a program which works on every platform like windows, Mac, android, blackberry, Mojava, IOS. And that's why, people want to learn Java programming language.

      

Simple Java program:

public class Hello {

 public static void main() {

    System.out.println("Doesn't execute");    

 }

}

Answered by MsPRENCY
32

\huge\underline\blue{\tt AnSwer:-}

\rule{100}2

Java is an object oriented  programming language that converts codes into bytecodes, that is interpreted by JVM ( Java Virtual Machine ). It was created under the values of " Write once, use anywhere " that means the codes of JAVA can be run on all the platforms. James Gosling is the developer of JAVA.  James Gosling added that JAVA is one of the top choice.

\rule{100}2

\sf\blue{\underline{\underline{Additional\:Information:-}}}

  • JAVA was released in the year 1995.
  • The original name of JAVA was oak
  • JAVA is a slang used for coffee.

\rule{200}2

Similar questions