Computer Science, asked by Hngjng2326, 1 year ago

By whom Java was developed and for what?

Answers

Answered by amannishad0512p5zxh6
0

Explanation:

Java is made by James Gosling and his team in Sun information to make

independent platform to run any language without any dependence

Answered by Anonymous
0

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