This post originated from an RSS feed registered with Java Buzz
by Scott Delap.
Original Post: Updated the Hacker's Worksheet
Feed Title: ClientJava.com
Feed URL: http://www.clientjava.com/archives/wireless_mobile.rdf
Feed Description: Client/Desktop Related Java Development
Updated the Hacker's Worksheet
I've updated the Hacker's Worksheet to include all of the language additions that I've made over the last 8-10 days. At this time, you can pretty much put anything in a cell that you can put on the right side of a Java assignment, except for:
* arrays
* numeric coercion (arithmetic and relational operands must cast if necessary)
* Nested class constructor calls (ie, the rarely used "foo.new bar()" syntax)
* pre- or post- increment or decrements
* assignments or assignment forms (i.e.: +=, -=, etc)
* anonymous class creation