Java Advanced II: High-Performance Java
Please rate the course
Source:
Category:
Language:
Russian
Duration:
42:00:59
Number of lessons:
11
Release date:
13/12/2024
Rating:
0.0
Course short description
This course is aimed at optimizing the performance of Java applications. It covers various profiling techniques, identifying bottlenecks, optimizing the virtual machine, setting JVM flags, as well as working with libraries for serialization and caching, storing data outside the heap, benchmarking, monitoring and managing memory, and other important aspects.
What you will learn:
- Master the performance analysis of Java applications using profiling tools
- Become able to develop multi-threaded applications with high performance
- Learn to select and apply optimized collections and data structures in Java
- Acquire skills in using performance testing methods and load testing with the appropriate tools