#java-programming

[ follow ]
InfoQ
1 month ago
JavaScript

JEP 476: Simplifying Java Development with Module Import

JEP 476 Module Import Declarations (Preview) integrated into JDK 23 simplifies Java module import process. [ more ]
Alvinalexander
2 months ago
Java

Java socket timeout: How to set the timeout on a Java socket

Set Java socket timeout using socket.setSoTimeout method for a non-zero timeout period
The timeout must be greater than 0; zero means infinite timeout [ more ]
Alvinalexander
2 years ago
Scala

How to control Java heap size (memory) allocation (xmx, xms)

Use -Xmx to specify maximum heap size and control RAM use in Java programs. [ more ]
[ Load more ]