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
Day 15 at the Oracle v. Google Trial ~pj | 400 comments | Create New Account
Comments belong to whoever posts them. Please notify us of inappropriate comments.
Day 15 at the Oracle v. Google Trial ~pj
Authored by: Anonymous on Sunday, May 13 2012 @ 04:47 AM EDT
Minor nitpick: A symbol isn't necessarily a string. In fact, it could be a number, and you could have symbolic references based on numbers *as symbols*...the numbers may or may not be...consecutive: just because there's a data location associated with 1, 3, 4 and 5 doesn't mean there's any data location associated with 2.
Just like BASIC line numbers as used in the 70s/80s (and probably 60s - I didn't do any programming then) are the identifying symbols of the destinations of GOTOs, GOSUBs and RESTOREs.

[ Reply to This | Parent | # ]

Day 15 at the Oracle v. Google Trial ~pj
Authored by: Anonymous on Sunday, May 13 2012 @ 04:42 PM EDT
In the implementation of most programming languages, for example C/C++, a "symbol" is a string which names something (a class, variable, function, method, etc.). They are stored in a symbol table, and they are all strings (not necessarily alphanumeric strings though, symbols might include some unusual characters--especially "mangled" symbols, which encode type information using characters the programmer isn't normally allowed to use when naming things). The symbols used in Java and talked about in this case, are similar to C/C++ symbols (they are a string that names something).

In Java, "symbolic references" always involve qualified names (of the "package.class.field" sort) or parts of a qualified name. Thats why the "symbols" talked about in the VM spec, and in this trial, are always strings.

It's not quite the same as the mathematical meaning of "symbol" (which is an abstract thing that could represent anything... a number, an idea, a placeholder, or anything else). Computation is a mathematical process, which involves manipulating these mathematical "symbols". But that's something else, not to be confused with the kind of "symbols" at issue in this case (which are strings that name something).

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