AWS has released AWS SDK for Java version 2, the SDK now supports non-blocking IO for the API calls …
How to create a Domain Data Grid and how to use the Domain Data Grid with a load balancer.
In this video demo we show you how to use the Domain Data Grid which was introduced as a new feature in Payara 5. As well as further demos using Payara Server and Payara Micro on Microsoft Azure.
The Power of Azure DevOps Projects for Java Apps – Microsoft Azure – Medium
If you are unfamiliar with Azure DevOps Projects, create right now an Azure Trial account to try this beauty. It is one of the coolest…
How to Grow Your Career as Java Developer?
First things first. If you’re someone looking to adopt a new programming language to learn and earn …
Throughput - A Corda story
I recently rolled off a project focusing on the performance of Corda for a particular use-case. The …
Selenium WebDriver with Java -Basics to Advanced+Frameworks
Join with us-“Top Ranked #1 Master Selenium java course – 55,000+ students learning together with great collaboration
How to Find Largest and Smallest Number in Given Integer Array – Java Example
Today I am going to discuss one of the frequently asked programming interview questions to find the largest and smallest number from an int…
How to Find If Linked List Contains Loop or Cycle in Java – Coding Interview Question With Solution
Write a Java program to check if a linked list is circular or cyclic, and how do you find if a linked list contains loop or cycles in Ja…
Introduction to Functional Java | Baeldung
Discover the basics of the Functional Java library
How to Create an Array List in Java – DZone Java
Learn more about how to create an ArrayList in your Java applications to store dynamically-sized elements and add flexibility and functionality to your code.
How to Implement Hypermedia-Driven REST APIs – Deliver Enterprise Java Today
This tutorial by Mario-Leander Reimer, the author of Building RESTful Services with Java EE 8, will show how you can traverse…
Spring Framework 4 (Java Enterprise JEE) with AngularJS
Learn how to develop commercial web applications using Java Spring MVC Framework 4 with AngularJS by Google and HTML5
Unit Testing Anti-Patterns, Full List
I wrote some time ago about anti-patterns in OOP. Now it’s time to write about unit testing anti-pa…
How to Implement Stack in Java Using Array and Generics – Example
The stack is one of the popular data structure which supports LIFO (Last In First OUT) operation. Due to LIFO advantage, you can use stack …
Five Golden Backticks
Five Kinds of StringsEver since Java 1.0, we’ve had string literals “like this”. What oth…