News

A Java application server runs software services for Web applications. Learn more about Java app servers, including the Java EE standards and more.
Lee Chuk-Munn shows how a management framework can be used to check on a Java application that is running.
Don't let the occurrence of a RuntimeException in Java bring your code to a standstill. Here are 10 examples of how to avoid runtime exceptions in Java.
Everything you need to know about Tomcat: The high-availability Java and Jakarta EE application server for servlets, JSP, and WebSockets.
A lot of Java applications today can be extended, viz. adding new features to the application by writing "plug-ins" in Java. One such example of this is the NetBeans plug-in framework. We can ...
In Java 24, Project Leyden’s JEP 483, "Ahead-of-Time Class Loading & Linking", starts Java applications like Spring PetClinic up to 40% faster without code changes or new application constraints ...
Learn about serialization in Java with our comprehensive tutorial. We provide examples to help you understand how serialization works.