Nov 13, 2012

JVM Internals

I wanted to learn (new topics and refresh old ones) from quiet sometime. Last weekend, I was goggling for interesting articles for this topic. I found the link - http://www.cubrid.org/blog/dev-platform/understanding-jvm-internals/ - interesting.

I liked the approach of the author - simple and crisp. He presented a common problem and then show how it is related to a concept in JVM internals. 

After reading the post, one should appreciate the concept of "Abstraction". > Java language users are abstracted from JVM internals. > Java VM developers are abstracted from language users and Machine language. Also, the concept of extension in JVM helped many vendors to come up with better web-containers. Overall, it is a very good read..Enjoy..

No comments:

Post a Comment