Courses relevant to concurrency
Payara for Beginners – Adding Payara Server to IntelliJ IDEA
Follow the steps in this blog to setup the Payara Server in IntelliJ for running your web apps.
Applying Concurrency Cookbook Recipes to SPEC JBB
Monica Beckwith talks about how she followed the recipes appearing in Doug Lea’s cookbook and applied them to SPEC JBB, and report her findings. Key takeaways: an introduction to relaxed memory consistency as implemented in Java, a presentation of their performance analysis methodology, and a detailed report on the performance implications of memory barriers.
HTTP/2 in Payara Platform 5
Payara Platform 5 brought with it an implementation of Servlet 4.0, which itself contains support for HTTP/2. HTTP/2 support in Java has been fairly obscure for JDK 8 users, causing issues for many. All Payara Server 5 versions before 5.183 have both HTTP/2 and HTTP/2 server push enabled by default.
10 Data Structure, Algorithms, and Programming Courses to Crack Any Coding Interview
Many junior developers dream of making it at one of the larger tech companies, but, to be honest with you, getting your first job is never…
How to Remove Duplicates from Unsorted Array in Java? [Solved]
This is one of the common technical interview questions which are asked to entry-level programmers and software engineers. There are also a…
Oracle’s Java 12 adds developer productivity features
Oracle Java SE 12, the latest version of the Java Platform Standard Edition, delivers features to improve programmer productivity, including innovations in garbage collection and code refactoring.
Done Right, Cloud Native Culture Means Happier Java Developers
In this “golden age for developers,” you can use the same technology that any large organization can. Among the tools revealed at Oracle Code Rome were Managed Kubernetes to automate orchestration, and Micronaut and Helidon to build Java-based microservices.
How to Compare Two Arrays in Java to check if they are equal – String, Integer Array Example
Hello guys, one of the common Programming, the day-to-date task is to compare two arrays in Java and see if they are equal to each other …
Downloads for Amazon Corretto 11 – Amazon Corretto
List of downloads for Amazon Corretto 11.
Downloads for Amazon Corretto 8 – Amazon Corretto 8
List of downloads for Amazon Corretto 8.
How to Test Logging in Java
Whether you are building microservices or monoliths, accurate and robust logging is a critical element in any application. Logging can give insight on how an application is being used and provide d…
Java Magazine, November/December 2018
View the digital edition of Java Magazine: November/December 2018 Twitter.
Java Persistence: Hibernate and JPA Fundamentals
A simple-to-follow and easy-to-understand training course on Java Persistence with JPA by Example