Results 1 to 3 of 3

Thread: What is Java API?

  1. #1
    Join Date
    Feb 2009
    Posts
    4

    What is Java API?

    Hello!

    I want to know in detail what is java API?

    Regards,

  2. #2
    Join Date
    May 2008
    Posts
    40

    Re: What is Java API?

    The Java language
    The Java language defines the syntax and semantics of the Java programming language. It defines basic vocabulary such as primitive types, if/else blocks, the syntax of class declaration, exception syntax, variable scoping rules, and everything else necessary for the language to function. For a complete description of the Java language see: "The Java Language Specification."

    The Java Virtual Machine (JVM)
    The JVM executes Java bytecode. Normally, you produce Java bytecode by compiling code that conforms to the Java language. (However, you can compile code written in other languages into Java bytecode.) For a description of the JVM see: "The Java Virtual Machine Specification."

    The Java API (Application Programming Interface)
    The Java API is the set of classes included with the Java Development Environment. These classes are written using the Java language and run on the JVM. The Java API includes everything from collection classes to GUI classes. You can view a complete listing of the Java API at: "Java 2 Platform, Standard Edition, v 1.3.1 API Specification."

  3. #3
    Join Date
    Feb 2009
    Posts
    5

    Re: What is Java API?

    You can both browse and download the documentation at http://java.sun.com/docs/. See JavaApiDocs for a description of how to navigate them.

Similar Threads

  1. Replies: 4
    Last Post: 04-09-2013, 11:04 PM
  2. Setting Of Java to The Point At Manual Java
    By winni in forum Software Development
    Replies: 4
    Last Post: 10-01-2011, 10:05 PM
  3. Java Programming using Adventnet SNMP Java API
    By ROCKING_Suhas in forum Software Development
    Replies: 5
    Last Post: 17-07-2010, 06:52 AM
  4. Link List Example in Java Sample program in Java
    By trickson in forum Software Development
    Replies: 2
    Last Post: 04-08-2009, 08:23 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,717,387,803.89162 seconds with 16 queries