Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

Java Concurrency Specialist Course

Posted By: lucky_aut
Java Concurrency Specialist Course

Java Concurrency Specialist Course
Duration: 21h 27m | .MP4 1280x720, 30 fps(r) | AAC, 48000 Hz, 2ch | 3.29 GB
Genre: eLearning | Language: English

"Java Concurrency in Practice" in a four-day intensive course
Java was built to be able to do many things at once. In computer lingo, we call this "concurrency". This is the main reason why Java is so useful.

Your coders need to master concurrency. If they do not, your system might break on your busiest day. Concurrency bugs tend to appear when we do a lot of things at the same time, such as dealing with many clients.

In this course, we combine the collective wisdom of three Java experts: Dr Heinz Kabutz, Victor Grazi and Brian Goetz. Each of these has years of experience in writing concurrent Java programs.

During this 4-day course, you will learn how to write safe multi-threaded Java code that performs well on your hardware. You will learn techniques to ensure visibility of your fields, to build thread safety without explicit locking. You will learn the new fork/join constructs and explore ways to parallelize your algorithms.

"I am extremely pleased that Dr. Heinz Kabutz has created a training course based on Java Concurrency in Practice. Everyone in the Java community appreciates Dr. Heinz' work; his deep understanding of Java – and his passion for it – show through in everything he does. This course is sure to be a winner."
Brian Goetz, Author of Java Concurrency in Practice

Is this course for you?
If you answer "yes!" to any of the following questions, then this course is for you:

Has your system ever caused some strange behaviors that you could not explain? This often happens at the worst time, such as when your system is very busy. Imagine losing your biggest shopping day!
Have you ever wondered how some of the more advanced Java constructs work, such as the ConcurrentHashMap or ConcurrentLinkedQueue?
Would you like to find out how ReadWriteLocks can cause serious starvation?
Have you ever programmed a web application, a servlet, a JSP page, a Swing application?
Are you an above average Java programmer, interested to learn more?

More Info