The goal for this chapter is to introduce you to Java's native
methods. If you are new to Java, you may not know what native
methods are, and even if you are an experienced Java developer, you
may not have had a reason to learn more about native methods. At
the conclusion of this chapter you should have a better
understanding of what native methods are, when and why you may want
to use them, and the consequences of using them. You should also
have a basic understanding of how native methods work...
阅读全文>>