Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Has anyone ever read the Java Language Specification(JLS)? [closed]

Tags:

java

I recently had a question about String and String interning - pretty simple question which I got a quick answer to. But lo and behold I got a detailed answer to that same question on pg. 29 of the JLS 3rd Edition. It's really interesting that a lot of the questions we asked are answered in the JLS but its such a boring 600 page read (the 4th Edition is even bigger). How bout you guys how many of you have picked up the JLS lately for a leisurely read?

like image 586
non sequitor Avatar asked Nov 05 '22 19:11

non sequitor


1 Answers

I've referenced it a couple of times, but for light reading I enjoy the VM spec a bit more.

like image 157
nall Avatar answered Nov 15 '22 05:11

nall