Java
-
Core Java
Intro To Java Virtual Threads
Java Virtual Threads is a new feature introduced in Java 19 that allows developers to create lightweight threads, also known…
Read More » -
Core Java
10 Of The Most Popular Java Frameworks
Java frameworks are software frameworks that provide developers with pre-built libraries, components, and APIs to help them develop Java applications…
Read More » -
Software Development
Comparison of language features between Java, Kotlin, Dart and TypeScript
Some time ago I blogged about language features in TypeScript and Dart which I miss in Java. In this blog…
Read More » -
Web Development
Static website generation with Java, Maven and JBake
Did you notice? Last week, we migrated the entire www.optaplanner.org website (1399 files) to build with Java and Maven, instead…
Read More » -
Web Development
Creating High-Performance Web Applications with ActiveJ
In this article, we will create several web applications using a single full-stack ActiveJ framework. 1. Why using ActiveJ? Most…
Read More » -
Core Java
ActiveJ: A New, Alternative Java Platform
ActiveJ is a new, open-source Java platform for quickly building efficient web, cloud, and microservices solutions for high performance environments.
Read More » -
Core Java
Java 14 New Features
On 17th March 2020, Oracle has released a new version of Java named Java 14, which includes lots of new…
Read More » -
Career
Java developer must-have skills
1. Overview Java developer needs to have core skills to build enterprise-level software. In this tutorial, we will see the…
Read More » -
Core Java
Locks In Java
A lock is a thread synchronization mechanism like synchronized blocks. Locks are implemented internally using synchronized blocks. Therefore, we can…
Read More »