Computer Science, asked by him195, 1 year ago

what is java. ??????

Answers

Answered by AKumarDas
1

Java is a general-purpose computer-programming language that is concurrent, class-based, object-oriented, and specifically designed to have as few implementation dependencies as possible.


AKumarDas: what
Answered by Anonymous
26

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