answersLogoWhite

0

What is Full for of APIs in java?

Updated: 8/18/2019
User Avatar

Wiki User

14y ago

Best Answer

API stands for Application programming interface.

API's are pre-written Java code that can be used by other programmers to create their applications.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is Full for of APIs in java?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

J2me apis and j2se apis?

You can find the Java APIs at Sun's website. See related links.


What are some J2SE APIs?

The Java web site (java.sun.com) has the APIs. See the related link.


How many API?

There are 3 types of Java Programming Language Application Programming Interfaces (APIs) : • The official core Java API, contained in the JDK or JRE, of one of the editions of the Java Platform. The three editions of the Java Platform are Java ME (Micro edition), Java SE (Standard edition), and Java EE (Enterprise edition). • Optional official APIs that can be downloaded separately. The specification of these APIs are defined according to a Java Specification Request (JSR), and sometimes some of these APIs are later included in the core APIs of the platform (the most notable example of this kind is Swing). • Unofficial APIs, developed by third parties, but not related to any JSRs. Third-parties can freely implement any JSR specifications for an official API (even for the core API of the language), providing that they conform to the Technology Compatibility Kit (TCK) for this JSR (the TCK is a suite of tests that checks conformance of implementations for a JSR). The result of this freedom is that many official APIs have more implementations than the Sun's Reference implementation (RI).


What are the two types of java?

Java is a programming language that has two main types: Java SE (Standard Edition): This is the core Java language that provides all the basic features and functionalities of Java. It includes the Java Virtual Machine (JVM), which is responsible for running Java programs, and the Java Development Kit (JDK), which is used for developing Java applications. Java EE (Enterprise Edition): This is a set of Java APIs (Application Programming Interfaces) and technologies that are used for developing large-scale, distributed, and enterprise-level applications. Java EE includes a variety of APIs such as Servlets, JSPs, EJBs, JPA, JMS, and many others. These APIs provide a rich set of features for developing complex and robust enterprise applications. For more information, please visit: 1stepGrow


Which one is more advanced core java or java?

The Core Java technologies and application programming interfaces (APIs) are the foundation of the Java Platform, Standard Edition (Java SE). They are used in all classes of Java programming, from desktop applications to Java EE applications. Well What exactly you mean by Java?


When was the java virtual machine software created?

The Java platform, which consists 3 major parts: Java programming language, Java Virtual Machine (JVM), and several Java Application Programming Interfaces (APIs), was developed at Sun Microsystems in the early 1990s.


What is the oldest version of java?

The first Java release was JDK Alpha and Beta (1995). It, however, showed instability and complications in its APIs and configurations. In 1996, the first stable version, known as Java 1.0, was released.


What is the fulname of java?

There is no full name to JAVA...it's simply JAVA that's it.


Is the full form of jar files is java assertion research?

Java Archive


What are some 3d Java apis for Java 1.7?

Since I don't think you really mean 1.7, I am going to assume that you meant Java 7, as 1.7 is ancient, if it even existed. There are many good 3D APIs for Java, and I would think that just about all of them would work on Java 7. A simple Google search should get the job done there. However, the one that I would recommend is the Lightweight Java Game Library or LWJGL, assuming that you aren't trying to make the next Crysis. See the related link. Also, if you are developing the game for other people to play, I wouldn't make it on 7, unless you think it is going to take you a REALLY long time because Java 6 update 31 is the current standard.


free apis?

Apis


Full name of java software?

Java programs are portable across operating systems and hardware environments.It is secure in that it is very difficult to write incorrect code or viruses that can corrupt/steal your data, or harm hardware such as hard disks.It is robust. It has several features designed to avoid crashes.It is independnt so that it suits any platforms