
High Performance with Java
Discover strategies and best practices to develop high performance Java applications
Dr. Edward Lavieri Jr.(Author)
Packt Publishing
Published on 30. July 2024
Book
Paperback/Softback
306 pages
978-1-83546-973-6 (ISBN)
Description
Take your Java programming skills to the next level and learn to overcome real-world challenges to optimize application performance
Key Features
Leverage key features of the Java Virtual Machine to maximize runtime performance
Unlock optimization strategies to effectively manage objects and memory use
Apply your knowledge to utilize frameworks and libraries ripe for increasing program performance
Purchase of the print or Kindle book includes a free PDF eBook
Book DescriptionBuilding high performance into your applications is key to creating an optimal user experience, although it is not the only consideration for the performant nature of your apps. High performance applications can lead to cost-effective resource utilization, especially when scalability and cloud computing are involved. They can also provide highly reliable systems that are easier to maintain.
High Performance with Java begins by helping you explore the Java Virtual Machine (JVM) and understand how to push it to its limits to further optimize your programs. You'll take a hands-on approach to go through memory optimization strategies, input/output operations, concurrency, networking, as well as frameworks and libraries focused on performance. You'll also learn key strategies and best practices by using industry-relevant examples to architect scalable and resource-efficient applications. The concluding chapters provide valuable insights on optimizing your Java code when interacting with databases and show you how to leverage artificial intelligence (AI) for high performance Java applications.
By the end of this book, you'll grasp the importance of developing high performance Java applications and gain practical experience in implementing key strategies to help ensure your Java applications perform optimally.What you will learn
Explore optimization strategies for garbage collection and the JIT compiler
Discover best practices when using data structures for high performance
Test and compare various approaches to using loops
Understand how and when to use object pooling
Discern the difference between low-performance and high-performance algorithms
Uncover strategies for object creation and immutability to improve performance
Gain hands-on experience in avoiding memory leaks
Who this book is forThis book is for developers, software engineers, and software architects looking to take their Java skills to the next level. Aimed at individuals with a string grasp of Java fundamentals, this book is a practical guide to helping you write high-performing applications.
Key Features
Leverage key features of the Java Virtual Machine to maximize runtime performance
Unlock optimization strategies to effectively manage objects and memory use
Apply your knowledge to utilize frameworks and libraries ripe for increasing program performance
Purchase of the print or Kindle book includes a free PDF eBook
Book DescriptionBuilding high performance into your applications is key to creating an optimal user experience, although it is not the only consideration for the performant nature of your apps. High performance applications can lead to cost-effective resource utilization, especially when scalability and cloud computing are involved. They can also provide highly reliable systems that are easier to maintain.
High Performance with Java begins by helping you explore the Java Virtual Machine (JVM) and understand how to push it to its limits to further optimize your programs. You'll take a hands-on approach to go through memory optimization strategies, input/output operations, concurrency, networking, as well as frameworks and libraries focused on performance. You'll also learn key strategies and best practices by using industry-relevant examples to architect scalable and resource-efficient applications. The concluding chapters provide valuable insights on optimizing your Java code when interacting with databases and show you how to leverage artificial intelligence (AI) for high performance Java applications.
By the end of this book, you'll grasp the importance of developing high performance Java applications and gain practical experience in implementing key strategies to help ensure your Java applications perform optimally.What you will learn
Explore optimization strategies for garbage collection and the JIT compiler
Discover best practices when using data structures for high performance
Test and compare various approaches to using loops
Understand how and when to use object pooling
Discern the difference between low-performance and high-performance algorithms
Uncover strategies for object creation and immutability to improve performance
Gain hands-on experience in avoiding memory leaks
Who this book is forThis book is for developers, software engineers, and software architects looking to take their Java skills to the next level. Aimed at individuals with a string grasp of Java fundamentals, this book is a practical guide to helping you write high-performing applications.
More details
Language
English
Place of publication
Birmingham
United Kingdom
Dimensions
Height: 235 mm
Width: 191 mm
Thickness: 17 mm
Weight
575 gr
ISBN-13
978-1-83546-973-6 (9781835469736)
Copyright in bibliographic data and cover images is held by Nielsen Book Services Limited or by the publishers or by their respective licensors: all rights reserved.
Schweitzer Classification
Other editions
Additional editions

Edward Lavieri Jr.
High Performance with Java
Discover strategies and best practices to develop high performance Java applications
E-Book
07/2024
1st Edition
Packt Publishing
from
€31.19
Available for download
Person
Dr. Edward Lavieri Jr. is a seasoned software developer and senior member of the Institute of Electrical and Electronic Engineers (IEEE). He has developed software for over 30 years and primarily focused on Java for over 20 years. His experience includes both military information systems and the software design and development industry. Dr. Lavieri currently serves as a university dean for a college of computer science and a school of information technology as well as the chief academic officer of a programming bootcamp organization, all part of a regionally accredited US university. He holds a doctorate degree in computer science and a master's degree in information systems, along with other degrees and certificates.
Content
Table of Contents
Peeking Inside the Java Virtual Machine (JVM)
Data Structures
Optimizing Loops
Java Object Pooling
Algorithm Efficiencies
Strategic Object Creation and Immutability
String Objects
Memory Leaks
Concurrency Strategies and Models
Connection Pooling
Hypertext Transfer Protocols
Frameworks for Optimization
Performance-Focused Libraries
Profiling Tools
Optimizing Your Databases and SQL Queries
Code Monitoring and Maintenance
Unit and Performance Testing
Leveraging Artificial Intelligence (AI) for High Performance Java Applications
Peeking Inside the Java Virtual Machine (JVM)
Data Structures
Optimizing Loops
Java Object Pooling
Algorithm Efficiencies
Strategic Object Creation and Immutability
String Objects
Memory Leaks
Concurrency Strategies and Models
Connection Pooling
Hypertext Transfer Protocols
Frameworks for Optimization
Performance-Focused Libraries
Profiling Tools
Optimizing Your Databases and SQL Queries
Code Monitoring and Maintenance
Unit and Performance Testing
Leveraging Artificial Intelligence (AI) for High Performance Java Applications