News

Did you ever wish your Java code could be dynamic like JavaServer Pages? That it could be modified and recompiled at runtime, with your application updating itself on the fly? This article shows ...
There is an easier way to add splash screens to your Java applications. Lee Chuk-Munn shows you how.
Technologies related to Java APIs (application programming interfaces) and JDK (Java Development Kit) form the cornerstone of modern, enterprise-grade software development. Here we explore all the ...
Learn how to optimize JVM and JIT compiler performance for better execution speed, memory usage, and resource utilization in your Java applications—and how to check your results.
Java 8 language specifications for functional-style programming include laziness—a benefit at runtime.
Reference objects aren't just useful when memory is at a premium; they can also be used to provide slick caching abilities to any application.
How to Make Random Images Appear in Java. The Java "Random" class lets you generate a random number for your Java apps. You use this number generator to randomize images shown in your apps.