decoration decoration
Stories

GROKLAW
When you want to know more...
decoration
For layout only
Home
Archives
Site Map
Search
About Groklaw
Awards
Legal Research
Timelines
ApplevSamsung
ApplevSamsung p.2
ArchiveExplorer
Autozone
Bilski
Cases
Cast: Lawyers
Comes v. MS
Contracts/Documents
Courts
DRM
Gordon v MS
GPL
Grokdoc
HTML How To
IPI v RH
IV v. Google
Legal Docs
Lodsys
MS Litigations
MSvB&N
News Picks
Novell v. MS
Novell-MS Deal
ODF/OOXML
OOXML Appeals
OraclevGoogle
Patents
ProjectMonterey
Psystar
Quote Database
Red Hat v SCO
Salus Book
SCEA v Hotz
SCO Appeals
SCO Bankruptcy
SCO Financials
SCO Overview
SCO v IBM
SCO v Novell
SCO:Soup2Nuts
SCOsource
Sean Daly
Software Patents
Switch to Linux
Transcripts
Unix Books

Gear

Groklaw Gear

Click here to send an email to the editor of this weblog.


You won't find me on Facebook


Donate

Donate Paypal


No Legal Advice

The information on Groklaw is not intended to constitute legal advice. While Mark is a lawyer and he has asked other lawyers and law students to contribute articles, all of these articles are offered to help educate, not to provide specific legal advice. They are not your lawyers.

Here's Groklaw's comments policy.


What's New

STORIES
No new stories

COMMENTS last 48 hrs
No new comments


Sponsors

Hosting:
hosted by ibiblio

On servers donated to ibiblio by AMD.

Webmaster
The API in Java is not in any header files | 183 comments | Create New Account
Comments belong to whoever posts them. Please notify us of inappropriate comments.
True - n/t
Authored by: Gringo_ on Tuesday, June 04 2013 @ 08:27 AM EDT

[ Reply to This | Parent | # ]

The API in Java is not in any header files
Authored by: Anonymous on Tuesday, June 04 2013 @ 09:18 AM EDT
Correct. Any mention of "header files" in this context is very misleading and confusing. C and C++ have "header files". No other computer language does. But API is a concept that applies to all computer languages. Java in particular not only has no separate header files, it has no separate documentation files (the Javadoc comments are in the same file as the API and the implementation). So if the API is just part of the same file that contains the implementation, what it is? The world's authority on Java APIs explains it in this video. The API for a Java class consist of the signatures of public methods and fields. So that is perhaps a bit technical and hard to explain. But it does not help to avoid the issue and mention "header files" which refers to some other language entirely. Also even C and C++ don't have to use header files. Header files are just a convention. There is no support for them in the language. Here is an attempt to explain API. When you use (as opposed to program) a class, or object, or method, what you use is the API ... What am I thinking? Judge Alsup gave a perfectly good explanation in his opinion and there's really no need to add to it.

[ Reply to This | Parent | # ]

Groklaw © Copyright 2003-2013 Pamela Jones.
All trademarks and copyrights on this page are owned by their respective owners.
Comments are owned by the individual posters.

PJ's articles are licensed under a Creative Commons License. ( Details )