Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Breaking News

Name: Anonymous 2010-07-29 2:49

http://steve-yegge.blogspot.com/2010/07/wikileaks-to-leak-5000-open-source-java.html
Wikileaks founder Julian Assange, who coined the term "Opened Source" to describe the jailbroken open-source Java code, fears he may be arrested by campus security at Oracle or possibly IBM. The Wikileaks founder said: "Today the Eclipse Foundation put out a private briefing calling me a 'non-thread-safe AbstractKeywordRemovalInitiatorFactory'.

Name: Anonymous 2010-07-29 10:49

>>12
final in Java can be used on classes, methods, and variables.  A final class can not be extended (subclassed); a final method can not be overridden in a subclass; and, a final variable is a constant variable and can only be assigned once (it will always equal that value or refer to that object).

It's not that I don't use constants; it's that I try to avoid situations where I could need them (in Java, at least).

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List