how about this... API is to Java as ________ is to C...  | | |
March 11th, 2003, 12:01 PM
|
#1 (permalink)
| | Senior Member
Join Date: Oct 2001
Posts: 881
| how about this... API is to Java as ________ is to C...
so, can someone fill in the blank for me? If you can, do you know if there is an online version of the __________? I like being able to go to the Sun site and look up whatever I'm curious about in the java API.
thanks
-Z |
| |
March 11th, 2003, 01:44 PM
|
#2 (permalink)
| | Senior Member
Join Date: Aug 2002 Location: Kzoo, MI
Posts: 883
|
I don't think I understand the question, but there are APIs for C as well, so you could say "API is to Java as API is to C". |
| |
March 11th, 2003, 03:19 PM
|
#3 (permalink)
| | Senior Member
Join Date: Oct 2001
Posts: 881
|
ahh... i just didn't know if it was called the same thing or whatnot...
thanks
-Z |
| |
March 11th, 2003, 07:20 PM
|
#4 (permalink)
| | Not Really a Member
Join Date: Oct 2001
Posts: 25,384
|
Yes API is in general an advanced programming interface, any language would have one.
But really you're not looking for an API for java, unless you're developing something for java to use..
I believe what you're looking for is you want to program something in java to utilize somethings API.
For instance Windows has API's, Office will have an API for you to use Java to interact with these applications.
If you wanted a java api, you could be writing in C/C++ to create a new class to be used from java.
API is basically a plugin for an app to help developers. 
It exposes functions/properties for 3rd party developers to work with.
__________________
Helicopters don't fly; they vibrate so much and make so much noise that the earth rejects them.
|
| |
March 11th, 2003, 09:31 PM
|
#5 (permalink)
| | Banned
Join Date: Oct 2001
Posts: 447
| |
| |
March 11th, 2003, 09:48 PM
|
#6 (permalink)
| | Not Really a Member
Join Date: Oct 2001
Posts: 25,384
|
Oops  off by one word |
| |
March 20th, 2003, 10:53 AM
|
#7 (permalink)
| | Member
Join Date: Feb 2003 Location: France
Posts: 55
|
API is to Java as [librarys | header files] is to C...
Do you mean the term that's used to refer to any helper, ready made functions for commonly faced problems?
DaveMark
--------------------------------------------
Imagination is more important than knowledge.
-- Albert Einstein
-------------------------------------------- |
| |
March 20th, 2003, 11:24 AM
|
#8 (permalink)
| | Where's the beef?
Join Date: Mar 2002 Location: Southwest, VA
Posts: 3,585
|
__________________
Where's Lunch?
|
| |
March 20th, 2003, 12:31 PM
|
#9 (permalink)
| | Member
Join Date: Feb 2003 Location: France
Posts: 55
|
Ahhh, I know what you mean.....
You like having a resource at hand that contains all the properties & methods for any object your interested in for Java.
Since Java has it's own API and JavaScript resources can be found here http://developer.netscape.com/docs/m...sref/index.htm You were wondering if there was anything similar for C programming.
Well, I dunno  But I know what you're on about
btw, The Java API is commonly used as the term for all the source code for the Java Platform which has been run through the JavaDoc compiler. These are the generated HTML files kept online at Sun's web site. If you've downloaded the SDK you should have a local copy of the API somewhere like C:\j2sdk1.4.0_01\docs\api\index.html and the source code somewhere like C:\j2sdk1.4.0_01\source If you opted to install it right enough!
DaveMark
--------------------------------------------
Imagination is more important than knowledge.
-- Albert Einstein
--------------------------------------------
|
| |
March 22nd, 2003, 05:38 PM
|
#10 (permalink)
| | Senior Member
Join Date: Oct 2001
Posts: 881
|
DJDave, it seems that you have a knack for understanding my vague questions! That was exactly what I was curious about...
ah well... it seems i'll just have to rough it out.
-Z |
| | | Thread Tools | Search this Thread | | | | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Most Active Discussions | | | | | Recent Discussions  | | | | | |