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 Java language is indeed a software program | 104 comments | Create New Account
Comments belong to whoever posts them. Please notify us of inappropriate comments.
The Java language is indeed a software program
Authored by: Anonymous on Monday, April 23 2012 @ 04:43 AM EDT
There are computers that run Java bytecode directly.

They may not have been physically built, but they are certainly possible to be
built.

[ Reply to This | Parent | # ]

The Java language is indeed a software program
Authored by: Anonymous on Monday, April 23 2012 @ 05:35 AM EDT
Computers execute machine code. Languages exist to create a layer of abstraction between the machine code and the user. In order for a computer to execute programs written in a language (such as Java), some sort of translation must occur. The translation can be a compiler, an interpreter, or a just-in-time (JIT) compiler as is the case with Java.

Sure

In any case, the language is implemented as a PROGRAM on some platform that runs machine code.

A language is not a program. A program might be written in a language. And a program might function to translate from one language (e.g. Java) to another (e.g. machine code) either executing it as it goes (as interpreters or JITs -- the distinction is largely an implementation detail) or stored (as compilers). But the language is not a software program. In language theory "a language" is defined to be the (for most languages infinite) set of all programs expressible in that language.

There are no CPUs that run Java code natively. They need other programs to translate the Java code into their native machine code.

Many CPUs translate the "machine code" into "microcode" for execution, so the "machine code" really isn't machine code. But all that is quite irrelevant for this thread.

[ Reply to This | Parent | # ]

The Java language is indeed a software program
Authored by: RMAC9.5 on Monday, April 23 2012 @ 12:04 PM EDT
It is a specific instance of the Java language just like a poem or a story is a
specific instance of what ever language it is written in.

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