Is it worth investing time in learning low level Java?

Posted by Kevin Rave on Stack Overflow See other posts from Stack Overflow or by Kevin Rave
Published on 2012-11-19T22:55:42Z Indexed on 2012/11/19 22:59 UTC
Read the original article Hit count: 227

Filed under:
|
|
|

Low level Java, I mean, bits, bytes, bit masking, GC internals, JVM stuff, etc in the following contexts:

 - When you are building an enterprise app using frameworks like Spring, Hybernate, etc.
 - Interviews for a Sr Java Developer position where you are expected work on a existing Enterprise App that was built using some frameworks (Spring, EJB, Hybernate,etc)
 - Architects (Java)

I understand knowing the very low level is "good". But how often do you think / use of these in the real-world, unless you are developing something from the ground-up keeping performance in mind?

© Stack Overflow or respective owner

Related posts about java

Related posts about time