====== C# ====== * [[http://stackoverflow.com/questions/3733234/difference-between-this-and-base-and-best-practices-of-use|Difference between this and base and Best practices of use]] * [[http://msdn.microsoft.com/zh-tw/library/ms173153.aspx?sentenceGuid=c224d305337748f4dde050e4d98ff020#mt12|了解使用 Override 和 New 關鍵字的時機]] ====== Java ====== * [[wp>Java Virtual Machine]] * [[http://aofengblog.blog.163.com/blog/static/631702120107142336862/|Java虚拟机结构体系简介]] * [[http://www.valleytalk.org/2011/07/28/java-%E7%A8%8B%E5%BA%8F%E7%9A%84%E7%BC%96%E8%AF%91%EF%BC%8C%E5%8A%A0%E8%BD%BD-%E5%92%8C-%E6%89%A7%E8%A1%8C/|Java 程序的编译,加载 和 执行]] * [[wp>Serialization]] * [[wp>Java remote method invocation]] * [[wp>Java Native Interface]] * [[wp>Java bytecode]] * [[wp>AOT compiler]] ====== Internal ====== $ hg clone http://hg.openjdk.java.net/jdk7/jdk7; cd jdk7 $ sh ./get_source.sh * [[http://openjdk.java.net/groups/build/|Build Infrastructure Group]] * [[http://www.infoq.com/cn/articles/jvm-hotspot|HotSpot虚拟机对象探秘]] * [[http://www.infoq.com/cn/articles/jvm-family|Java虚拟机家族考]] * [[http://www.infoq.com/cn/articles/jvm-memory-collection|JVM内存回收理论与实现]] * [[http://www.h-online.com/security/features/The-new-Java-0day-examined-1677789.html|The new Java 0Day examined]] * [[http://blog.sina.com.cn/s/blog_4b00fd1b0100c9ef.html|Java安全管理器(Security Manager)]] * [[http://blog.hesey.net/2011/04/introduction-to-java-virtual-machine.html|浅析Java虚拟机结构与机制]] ====== 外部連結 ====== * [[http://www.lingcc.com/2011/05/08/11580/|JAVA虚拟机入门]] * [[http://www.javaworld.com.tw|JWorld@TW]] * [[http://www.javaworld.com/|JAVAWORLD]] * [[http://www.artima.com/insidejvm/ed2/index.html|Inside the Java Virtual Machine]] * [[http://www.artima.com/insidejvm/resources/|Inside the Java Virtual Machine JVM Resources]] * [[http://www.javaworld.com.tw/roller/moli/date/20060324|Java深度歷險]] * [[http://icyfenix.iteye.com/blog/1095132|深入理解Java虚拟机:JVM高级特性与最佳实践]] * [[http://www.infoq.com/cn/articles/cf-java-byte-code|Java深度历险(一)——Java字节代码的操纵]] * [[http://openjdk.java.net/|OpenJDK]]