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
Complaint: "Interface" in Java has a specific technical meaning | 214 comments | Create New Account
Comments belong to whoever posts them. Please notify us of inappropriate comments.
Complaint: "Interface" in Java has a specific technical meaning
Authored by: Anonymous on Monday, May 21 2012 @ 09:33 PM EDT
Actually, the class needs to both implement the methods of the interface, and explicitly say "extends IWhateverInterfaceName" in its declaration.

Implementing an interface is "interface inheritance", and creates a subtype relationship between the interface and your class. The programmer has to explicitly request this in the declaration of the class. This distinguishes Java from languages with "duck-typing" (in which, if it has all the methods of a duck, you can treat it like a duck--Smalltalk is an example of such a language).

[ Reply to This | Parent | # ]

Complaint: "Interface" in Java has a specific technical meaning
Authored by: Anonymous on Monday, May 21 2012 @ 10:15 PM EDT
While an "interface" has a specific meaning in Java, I think
the Judge actually gets that - which is why he's asking the
question now.

However, I don't think the answers are going to be terribly
useful (or, for that matter, the answers related to the
exceptions).

The fact is that all public aspects of the API packages need
to be replicated - and that includes the classes,
interfaces, exceptions *and* the inheritance hierarchy.
They're all part of the one SSO.

[ Reply to This | Parent | # ]

The "I" in API still stands for Interface, even in Java
Authored by: xtifr on Tuesday, May 22 2012 @ 10:15 AM EDT

The judge was clearly referring to the keyword in this case, so you're right in spirit, but wrong in fact. Interface can mean at least two things in Java, because it can still refer to the Application Program Interface (API).

---
Do not meddle in the affairs of Wizards, for it makes them soggy and hard to light.

[ 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 )