News

Marking a watershed moment for Java programmers, Oracle today is releasing JDK (Java Development Kit) 8, accommodating lambda expressions and representing a shift in how developers approach the ...
Programs That Open JNLP in Windows 8.1. Since JNLP files are simply Java Web Start files that open applications through an Internet browser, any browser that works in Windows 8.1 will open a JNLP ...
UTF-8 Encoding for Excel Using Java. Typically, using standard formats when programming can help you migrate information between different programs. Using the Comma Separated Value file format ...
Java's Calendar class had its day, but the newer LocalDate class does much more. Here are seven ways to use LocalDate in your Java programs.