Payara cloud is the next generation of cloud-native application servers.
Top 5 Courses to learn DropWizard, MicroNaut and Quarkus for Java and Microservices Developers
A blog about Java, Programming, Algorithms, Data Structure, SQL, Linux, Database, Interview questions, and my personal experience.
Difference between Abstract class and Interface in Java 8
A blog about Java, Spring, Hibernate, Programming, Algorithms, Data Structure, SQL, Linux, Database, JavaScript, and my personal experience.
Use Java and Java FX on a Raspberry PI
An introduction to Java programming for the Raspberry Pi
Top 10 Coursera Projects to Learn Essential Programming and Technical Skills
A blog about Java, Programming, Algorithms, Data Structure, SQL, Linux, Database, Interview questions, and my personal experience.
Microservices for Java EE/Jakarta EE Developers – DZone Microservices
With this article, our intention is to illustrate that microservices are a valid option for Java/Jakarta EE developers with the help of Payara.
Top 6 Books to Learn and Master Programming and Coding – Must Read, Best of Lot
A blog about Java, Programming, Algorithms, Data Structure, SQL, Linux, Database, Interview questions, and my personal experience.
Top 15 Java 8 Stream and Functional Programming Interview Questions Answers
A blog about Java, Spring, Hibernate, Programming, Algorithms, Data Structure, SQL, Linux, Database, JavaScript, and my personal experience.
Top 22 Array Concepts Interview Questions Answers in Java
A blog about Java, Spring, Hibernate, Programming, Algorithms, Data Structure, SQL, Linux, Database, JavaScript, and my personal experience.
Java Server Faces in Real-Life Applications – DZone Java
Although JSF has been around for more than 10 years, there are still many complex steps and constraints facing the developers working on it.
New Supported Platforms and JVMs for Payara Enterprise
Payara Enterprise now supports ARM architecture, along with OpenJ9 and Amazon Corretto JVMs!
JDK16 javac xlint Warning about Default Constructors
I mentioned in my blog post ” Explicit No-Arguments Constructor Versus Default Constructor ” that “it is possible that one day javac will h…
Case Studies
A list of useful case studies from large to small organisations across a variety of use cases.
Calling uname from Java using GraalVM
For years I’d been searching how to build native Linux apps using Java and somehow GraalVM has concluded it all. GraalVM’s native-image tooling is arguably the most elegant way of connecting Java to the native world. We’ll be exploring a clean way to interoperate with C libraries by writing a uname alternative in pure Java. No JNI mess, no sun.misc.Unsafe imports, just GraalVM. ️