At the heart of Java technology lies the Java virtual machine-the abstract computer on which all Java programs run. Although the name "Java" is generally used to refer to the Java programming language, there is more to Java than the language. The Java virtual machine, Java API, and Java class file work together with the language to make Java programs run.
Sign up or login using form at top of the page to download this file.
Copyright 2011 John Wiley & Sons, Inc., Third Edition, Pages 760 SYNOPSES OF THE CHAPTERS Chapter 0 serves as an introduction to the Java language for those whose first course was in some other language. For students who are already familiar with Java, the chapter consists mostly of review material, but the treatment of the Scanner class is worth perusing. Chapter 1 focuses on...
O’Reilly, 2018. — 440 p. — ASIN B07C848HQL. Performance tuning is an experimental science, but that doesn’t mean engineers should resort to guesswork and folklore to get the job done. Yet that’s often the case. With this practical book, intermediate to advanced Java technologists working with complex technology stacks will learn how to tune Java applications for performance...
Goetz B., Peierls T., Bloch J., Bowbeer J., Holmes D., Lea D. — Addison-Wesley Professional, 2006. — 384 p. — ISBN: 978-0-321-34960-6. Threads are a fundamental part of the Java platform. As multicore processors become the norm, using concurrency effectively becomes essential for building high-performance applications. Java SE 5 and 6 are a huge step forward for the development...
Prentice Hall, 2012. — 694 p. — ISBN: 0137142528. Java Performance covers the latest Oracle and third-party tools for monitoring and measuring performance on a wide variety of hardware architectures and operating systems. The authors present dozens of tips and tricks you’ll find nowhere else. You’ll learn how to construct experiments that identify opportunities for...
O’Reilly Media, 2014. — 426 p. — ISBN: 1449358454, 9781449358457 Coding and testing are often considered separate areas of expertise. In this comprehensive guide, author and Java expert Scott Oaks takes the approach that anyone who works with Java should be equally adept at understanding how code behaves in the JVM, as well as the tunings likely to help its performance. You’ll...