Answer :

James Gosling is the founder of java.

He is also known as Father of  Java programming language.

It's somehow similar to C++ language.

It uses the syntax of C++.

Hope it helps you!

James Gosling

                                     

James Gosling is the founder of Java

                             

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.

                 

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.

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");    

  }

}

Other Questions