For a computer, there are several languages that make it functional to perform different tasks that can produce the desired
Category: dummyCategory
Choosing your Java IDE
Compare Eclipse, NetBeans, and IntelliJ IDEA for features, usability, and project size and type. Updated December 2018
JAXenter Masterclass 2019: Power up your skills with these four intense workshops – JAXenter
JAXenter proudly presents JAXenter Masterclass, a set of 4 intense workshops that provide comprehensive and up-to-date know-how on advanced Java, SQL & more
Security Enhancements in JDK 9, 10 and 11 – JVM Advent 2018
One of reasons for shorter release cycles of the JDK is possibility to rollout faster security bugfixes and enhancements. In this article we will review in a nutshell what are the major security enhancements introduced in latest JDK versions. As most of these enhancements are related to TLS it is essential to understand the TLS …
Top 5 Online Courses to Learn Java EE in 2019 – Hacker Noon
A curated list of online courses to learn Java EE 8 online by yourself for Java programmers.
Top 5 Online Courses to Learn Spring Boot in 2019 – Hacker Noon
A curated list of online courses to learn Spring Boot for Java developers.
Support Lifecycle
Search Support Lifecycle The Payara Support Lifecycle policy ensures longevity of your Payara Server investment. We provide you wi….
Azul and Azure: Keeping Java Free, Stable and Secure in the Cloud – Azul Systems, Inc.
Last week Microsoft and Azul announced that they were collaborating to ensure that users of Java in the Azure cloud would get free production support.
Iterator Design Pattern – Iterator Pattern in Java – HowToDoInJava
An iterator design pattern provides a way to access the elements of an aggregate object sequentially without exposing its underlying representation.
Memento Design Pattern – Memento Pattern in Java – HowToDoInJava
Memento pattern is used to restore state of an object to a previous state. It is also known as snapshot pattern. It behavioral design pattern by gang of four.
Calculate Factorial in Java | Baeldung
Learn several ways to calculate factorials in Java.
Building Java 11 and Gradle containers for OpenShift – RHD Blog
This article discusses a fast and easy way to get Java apps running in a cloud by using OpenShift’s Source-to-Image (S2I) builder with Maven, Gradle,or Java 11.
Find Substrings That Are Palindromes in Java | Baeldung
Learn several algorithms for finding all palindromes within a given string in Java.
Java Stream Filter with Lambda Expression | Baeldung
Learn how to use lambda expressions with Stream.filter() and handle checked exceptions