Packt

High Performance with Java

La Fête du Travail commence avec plus de 70 $ d'économies sur Coursera Plus. Bénéficiez de 40 % de réduction pendant 3 mois.

Ce cours n'est pas disponible en Français (France)

Nous sommes actuellement en train de le traduire dans plus de langues.
Packt

High Performance with Java

Inclus avec Coursera PlusEn savoir plus

Demander à Coursera

Obtenez un aperçu d'un sujet et apprenez les principes fondamentaux.
niveau Intermédiaire

Expérience recommandée

1 semaine à compléter
à 10 heures par semaine
Planning flexible
Apprenez à votre propre rythme
Obtenez un aperçu d'un sujet et apprenez les principes fondamentaux.
niveau Intermédiaire

Expérience recommandée

1 semaine à compléter
à 10 heures par semaine
Planning flexible
Apprenez à votre propre rythme

Ce que vous apprendrez

  • Optimize Java applications using memory management, concurrency, and object strategies.

  • Apply profiling tools and performance libraries to enhance system efficiency.

  • Integrate AI techniques to identify bottlenecks and improve code performance.

Compétences que vous acquerrez

  • Catégorie : Performance Tuning
  • Catégorie : Data Structures
  • Catégorie : Java
  • Catégorie : Maintainability
  • Catégorie : Microservices
  • Catégorie : AI Integrations
  • Catégorie : SQL
  • Catégorie : Database Architecture and Administration
  • Catégorie : Algorithms
  • Catégorie : Software Testing
  • Catégorie : Object Oriented Design
  • Catégorie : Scalability
  • Catégorie : Javascript
  • Catégorie : Database Management
  • Catégorie : Databases
  • Catégorie : Memory Management
  • Catégorie : Application Performance Management
  • Catégorie : Performance Testing

Outils que vous découvrirez

  • Catégorie : Application Frameworks
  • Catégorie : Java Programming

Détails à connaître

Certificat partageable

Ajouter à votre profil LinkedIn

Récemment mis à jour !

août 2026

Évaluations

18 devoirs

Enseigné en Anglais

Découvrez comment les employés des entreprises prestigieuses maîtrisent des compétences recherchées

 logos de Petrobras, TATA, Danone, Capgemini, P&G et L'Oreal

Il y a 18 modules dans ce cours

This module delves into the inner workings of the Java Virtual Machine, including its architecture, garbage collection strategies, and performance optimizations. Learners will also gain hands-on experience using the javap tool to inspect Java bytecode and understand how JVM features impact application efficiency.

Inclus

1 vidéo3 lectures1 devoir

This module examines how various data structures, including lists, arrays, stacks, queues, and trees, influence the performance and scalability of Java applications. Learners will explore implementation strategies, performance optimization techniques, and the selection of advanced data structures for specific use cases. Practical examples and best practices will help solidify understanding and improve coding efficiency.

Inclus

1 vidéo6 lectures1 devoir

This module explores advanced techniques for improving the performance of Java applications by optimizing loop constructs. Learners will analyze common bottlenecks, implement strategies such as unrolling and vectorization, and assess the effectiveness of their optimizations through benchmarking and real-world case studies.

Inclus

1 vidéo5 lectures1 devoir

This module introduces the concept of object pooling in Java, guiding learners through its implementation, benefits, and drawbacks. You will also learn how to test and measure the performance impact of object pooling to optimize resource management in your applications.

Inclus

1 vidéo3 lectures1 devoir

This module guides learners through the principles of selecting and analyzing algorithms for optimal Java application performance. You will explore current trends in algorithm efficiency, including the impact of AI and ML, and learn practical strategies for testing and improving your code. By the end, you'll be equipped to assess and enhance the efficiency of your Java solutions.

Inclus

1 vidéo3 lectures1 devoir

This module delves into efficient object creation strategies, the principles and benefits of immutability, and the impact of garbage collection on Java application performance. Learners will also explore how design patterns like Singleton and Factory can be leveraged to optimize object management. By the end, you'll be equipped to make informed decisions that enhance scalability and maintainability in Java development.

Inclus

1 vidéo5 lectures1 devoir

This module delves into advanced string handling techniques in Java, emphasizing performance optimization through string pooling and lazy initialization. Learners will discover how to manage string objects efficiently to enhance application speed and resource utilization.

Inclus

1 vidéo2 lectures1 devoir

This module delves into the causes and consequences of memory leaks in Java applications, highlighting how improper referencing, event listeners, class loaders, and thread management can impact performance. Learners will discover practical techniques for identifying and preventing memory leaks to ensure robust and efficient software.

Inclus

1 vidéo4 lectures1 devoir

This module introduces key concepts in Java concurrency, including multithreading, synchronization, and modern reactive programming models. Learners will discover how to implement thread-safe strategies to improve application performance and scalability. Practical examples illustrate how to avoid common pitfalls such as race conditions.

Inclus

1 vidéo3 lectures1 devoir

This module introduces the principles and benefits of connection pooling for efficient database management. Learners will explore implementation strategies in Java, discover best practices, and learn how to monitor and optimize connection pools for improved application performance.

Inclus

1 vidéo3 lectures1 devoir

This module introduces the fundamentals of HTTP and its role in Java web applications, emphasizing how HTTP enables communication between clients and servers. Learners will explore practical implementation using Java's HttpClient library, with a focus on API integration, security, and performance optimization. By the end, you'll understand how to build dynamic, secure, and efficient web solutions using HTTP in Java.

Inclus

1 vidéo3 lectures1 devoir

This module introduces key frameworks and strategies for optimizing Java applications, including asynchronous and buffered I/O, batch processing, and microservices architecture. Learners will discover how to enhance performance, improve resource efficiency, and implement scalable, cloud-native solutions. Practical examples and real-world implementation tips are provided throughout.

Inclus

1 vidéo5 lectures1 devoir

This module introduces key Java libraries designed to enhance application performance, including tools for benchmarking, network communication, and efficient data processing. Learners will gain practical skills in analyzing performance metrics and optimizing code using industry-standard libraries.

Inclus

1 vidéo3 lectures1 devoir

This module introduces a variety of Java profiling tools, including those bundled with the JDK, integrated into popular IDEs, and available as third-party solutions. Learners will compare the strengths and weaknesses of different profilers, explore practical strategies for performance analysis, and examine real-world case studies to see profiling in action.

Inclus

1 vidéo6 lectures1 devoir

This module delves into effective strategies for enhancing database performance, including schema design, query optimization, and sharding. Learners will discover practical techniques and monitoring methods to ensure efficient data management in large-scale systems. Real-world examples illustrate how to implement and maintain these optimizations.

Inclus

1 vidéo3 lectures1 devoir

This module introduces essential practices for sustaining high-performing Java applications, including the use of APM tools, code reviews, and logging for real-time monitoring and quality assurance. Learners will discover strategies for proactive maintenance and effective alerting to ensure ongoing reliability and performance.

Inclus

1 vidéo4 lectures1 devoir

This module introduces essential techniques for testing Java applications, focusing on both unit and performance testing. Learners will discover strategies for validating code correctness, leveraging assertions, and optimizing application efficiency through automated testing practices.

Inclus

1 vidéo2 lectures1 devoir

This module introduces AI-driven strategies for enhancing Java application performance, including optimization techniques, AI-powered monitoring, and integration with leading cloud AI services. Learners will also consider ethical implications when incorporating AI into software development workflows.

Inclus

1 vidéo4 lectures1 devoir

Instructeur

Packt - Course Instructors
Packt
2 127 Cours651 079 apprenants

Offert par

Packt

En savoir plus sur Software Development

Pour quelles raisons les étudiants sur Coursera nous choisissent-ils pour leur carrière ?

Felipe M.

Étudiant(e) depuis 2018
’Pouvoir suivre des cours à mon rythme à été une expérience extraordinaire. Je peux apprendre chaque fois que mon emploi du temps me le permet et en fonction de mon humeur.’

Jennifer J.

Étudiant(e) depuis 2020
’J'ai directement appliqué les concepts et les compétences que j'ai appris de mes cours à un nouveau projet passionnant au travail.’

Larry W.

Étudiant(e) depuis 2021
’Lorsque j'ai besoin de cours sur des sujets que mon université ne propose pas, Coursera est l'un des meilleurs endroits où se rendre.’

Chaitanya A.

’Apprendre, ce n'est pas seulement s'améliorer dans son travail : c'est bien plus que cela. Coursera me permet d'apprendre sans limites.’
  • cplus logo

    Profitez de plus de 10 000 programmes grâce à notre offre spéciale pour la Fête du Travail

  • Coursera for teams logo

    Commencez par réaliser des économies simples pour vos équipes qui travaillent dur

    30% off team training

Foire Aux Questions