Computer Science, asked by Satyarth01, 1 year ago

Who developed JAVA ?

Answers

Answered by Brainlybarbiedoll
1
Hy friend here is your answer
------------------------------------------

James Gosling. He developed JAVA.

Hope it may help you.
Attachments:
Answered by Anonymous
1

Java

- James Gosling Developed programming language 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");    

 }

}

Similar questions