I will be talking about the top 5 Java test frameworks for automation with Selenium WebDriver and Java in 2019. I will also highlight what is unique about them.
Category: Articles
How to count Vowels and Consonants in Java String Word
In this article, we will take on a popular programming exercise of counting vowels in a word. You need to write a Java program to count how…
Payara Services Ltd. Announce a New Partnership in Japan with Samuraism Inc.
Payara Services, creators of the Payara Platform (Payara Server and Payara Micro), are pleased to announce the appointment of Samuraism Inc. as a new Solution Partner for Japan and the region.
Payara Accelerator Migration Data Sheet Download
Download the Payara Accelerator Migration Data Sheet
How to declare and Initialize 2D or two dimensional int and String Array in Java
Declaring a two-dimensional array is very interesting in Java as Java programming language provides many ways to declare a 2D array and ea…
Top 10 Java stories of March: Java 12, Angular v8, why not to use Jenkins pipelines for CD & more – JAXenter
There are the most clicked news & honorable mentions for March 2019: JDK12 , Steve Burton’s article on why you shouldn’t use Jenkins pipelines for CD & more
The official schedule for JDK 13 is here – JAXenter
So far we have been going over any new candidate that lands on the table. Today, we have something more official. The final schedule for JDK 13 is here!
Easy integration testing for Java EE and MicroProfile applications with Testcontainers
Learn how to write simple and effective integration tests that run against your real application’s Docker container. No mock objects needed.
The Complete Guide to Java 12 New Features | OverOps Blog
6 months flew by so fast, and again, it’s time to take a closer look at the new JDK version that’s out. Let’s meet JDK 12 and the features it’s introducing to developers.
QuickSort Algorithm Example in Java using Recursion – Sorting Algorithm Implementation
The Quicksort algorithm is one of the very popular sorting algorithms in programming, often used to sort a large array of numbers. Though t…
Monitoring Payara Server with JConsole
JConsole is a useful tool for monitoring Java processes. This guide will show you how to monitor Payara as a local process (on the same machine), or a remote process.
Using Payara Server with Docker
This guide will demonstrate the basic usage of Docker, including videos, as well as provide some example configurations using the Payara Server Docker images.
Vlad Mihalcea’s answer to How do I become Java Champion? – Quora
Updated 12w ago · Author has 140 answers and 302.4k answer views There are many things you can do for the Java Community so that y….
Difference between Overloading, Overriding, Hiding, Shadowing and Obscuring in Java and OOP
Hello guys, today, I am going to explain a couple of fundamental object-oriented programing concepts in Java like Overloading, Overriding, …
Linear Search Algorithm in Java? Example tutorial
In the last article about searching and sorting, you have learned the binary search algorithm and today I’ll teach you another fundamenta…