Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: What is Java?

  1. #11

    Default

    Java is a programming language and a platform. Java is a high level, robust, object-oriented and secure programming language.

    Java was developed by Sun Microsystems (which is now the subsidiary of Oracle) in the year 1995. James Gosling is known as the father of Java. Before Java, its name was Oak. Since Oak was already a registered company, so James Gosling and his team changed the name from Oak to Java.

    Platform: Any hardware or software environment in which a program runs, is known as a platform. Since Java has a runtime environment (JRE) and API, it is called a platform.

    example :class Simple{
    public static void main(String args[]){
    System.out.println("Welcome Java Program");
    }
    }

  2. #12

    Default

    Java is a multi-platform, object-oriented, and network-centric language that can be used as a platform in itself. It is a fast, secure, reliable programming language for coding everything from mobile apps and enterprise software to big data applications and server-side technologies.

Similar Threads

  1. What is Java?
    By stuartspindlow in forum Software & Hardware
    Replies: 25
    Last Post: 02-26-2021, 11:05 AM
  2. java hosting
    By GeneticX in forum Web Hosting Solutions
    Replies: 6
    Last Post: 11-30-2017, 07:14 AM
  3. java vps search
    By Guntah in forum Web Hosting Solutions
    Replies: 4
    Last Post: 12-14-2015, 10:54 AM
  4. What is Java Query?
    By stuartspindlow in forum Web Design Solutions
    Replies: 8
    Last Post: 07-15-2015, 06:30 AM
  5. What Java host would be better for me?
    By President in forum Web Hosting Solutions
    Replies: 9
    Last Post: 03-29-2013, 01:59 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •