CNCF hosts the biggest open source and cloud native event in China featuring talks from Alibaba, Baidu, Huawei, Tencent and Yahoo! Japan, Adds Open Source Summit from the Linux Foundation…
Category: dummyCategory
Build an Angular and Spring MVC Web Application
Full stack development with Angular and Spring MVC – Free Course
Top 5 Career Opportunities Senior Java Developers Can Pursue in 2019
If you are an experienced Java programmer which has done a good amount of coding and development i.e. someone with more than 5 to 8 years o…
A Guide to AtomicInteger in Java – HowToDoInJava
Java AtomicInteger class protects an underlying int value by providing methods that perform atomic operations on the value. It shall not be used as Integer.
Top 5 Spring Cloud Annotations for Java Developers
If you are developing Java application for Cloud then you should learn Spring Cloud , a great framework and extension of popular Spring fra…
Conferencia 2019.04 | JakartaEE + MicroProfile + Payara Micro
¿Microservicios en Java? Víctor Orozco y Jorge Cajas nos platicarán como desarrollar microservicios utilizando técnologias que ya conoces como JavaEE/JakartaEE, Eclipse MicroProfile y Payara Micro.…
Top 5 Java Test Frameworks For Automation In 2019 | LambdaTest
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.
What’s in a Name?
As Wayne Beaton wrote about in his blog Renaming Java EE Specifications for Jakarta EE, the process of renaming the Java EE specifications as a part of the path towards Jakarta EE 8 has started. Na…
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.
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.
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…
How do you find length of a Singly Linked list using Loop and Recursion
Hello guys, here is one of the classical programming questions how do you find the length of a linked list using recursion and without recu…