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 » -
The Complete 2022 Java Coder Bundle
Hey fellow geeks, This week, on our JCG Deals store, we have another extreme offer. We are offering a massive…
Read More » -
JDK 21: Image Performance Improvements
Introduction In a previous article, I talked about how serialization and file I/O performance was improved in JDK 21 thanks to…
Read More » -
Java Code Geeks are giving away a FREE Sublime Text Editor License
Struggling with your heavy-weight editor? Then we have something especially for you We are running a contest giving away a…
Read More » -
Creating, Signing, and Verifying JWT in Java
Abstract You use JWTs don’t you? Everyone does, right? But do you know how to generate, sign, and verify them?…
Read More » -
How To Perform Local Website Testing Using Selenium And Java
Users expect new features and websites to be seamless and user-friendly when they go live. End-to-end website testing in local…
Read More » -
Unit Testing: Java AND JavaScript?
You know that thing where recruiters think that Java and JavaScript are probably the same thing? Well, they’re really not……
Read More » -
Minborg’s Java Pot
In Java 21, old code might run significantly faster due to recent internal performance optimizations made in the Java Core…
Read More » -
Java and dynamic Proxies
Dynamic proxies in Java is a simple and very useful feature. Usually we create an interface implementation and then compilation…
Read More »