Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases now! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Learn Java 12 Programming

You're reading from   Learn Java 12 Programming A step-by-step guide to learning essential concepts in Java SE 10, 11, and 12

Arrow left icon
Product type Paperback
Published in Apr 2019
Publisher Packt
ISBN-13 9781789957051
Length 690 pages
Edition 1st Edition
Languages
Arrow right icon
Author (1):
Arrow left icon
Nick Samoylov Nick Samoylov
Author Profile Icon Nick Samoylov
Nick Samoylov
Arrow right icon
View More author details
Toc

Table of Contents (25) Chapters Close

Preface 1. Section 1: Overview of Java Programming
2. Getting Started with Java 12 FREE CHAPTER 3. Java Object-Oriented Programming (OOP) 4. Java Fundamentals 5. Section 2: Building Blocks of Java
6. Exception Handling 7. Strings, Input/Output, and Files 8. Data Structures, Generics, and Popular Utilities 9. Java Standard and External Libraries 10. Multithreading and Concurrent Processing 11. JVM Structure and Garbage Collection 12. Managing Data in a Database 13. Network Programming 14. Java GUI Programming 15. Section 3: Advanced Java
16. Functional Programming 17. Java Standard Streams 18. Reactive Programming 19. Microservices 20. Java Microbenchmark Harness 21. Best Practices for Writing High-Quality Code 22. Java - Getting New Features 23. Assessments 24. Other Books You May Enjoy

Quiz

    1. Select all the correct statements:
      1. JMH is useless since it runs methods outside the production context.
      2. JMH is able to work around some of the JVM optimizations.
      3. JMH allows for measuring not only average performance time but other performance characteristics too.
      4. JMH can be used to measure the performance of small applications too.
    1. Name two steps necessary to start using JMH.
    2. Name four ways JMH can be run.
    3. Name two modes (performance characteristics) that can be used (measured) with JMH.
    4. Name two of time units that can be used to present JMH test results.
    5. How can the data (results, state) be shared between JMH benchmarks?
    6. How do you tell JMH to run the benchmark for the parameter with the enumerated list of values?
    1. How can the compilation of a method be forced or turned off?
    2. How can the JVM's constant folding optimization be turned off?
    3. How can Java command...
    lock icon The rest of the chapter is locked
    Register for a free Packt account to unlock a world of extra content!
    A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
    Unlock this book and the full library FREE for 7 days
    Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
    Renews at $19.99/month. Cancel anytime