Best (Java) book for understanding 'under the bonnet' for programming?
- by Ben
What would you say is the best book to buy to understand exactly how programming works under the hood in order to increase performance? I've coded in assembly at university, I studied computer architecture and I obviously did high level programming, but what I really dont understand is things like:
-what is happening when I perform a cast
-whats…