/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

blog.koehntopp.info
| | initialcommit.com
3.2 parsecs away

Travel
| | SAX parser is yet another XML parser provided by JDK which parses documents in a more optimized and faster way.
| | www.interviewbit.com
3.2 parsecs away

Travel
| | Table Of Contents show What is Java 8? Top Java 8 Features With Examples Functional Interfaces And Lambda Expressions forEach() Method In Iterable Interface...
| | in.relation.to
1.8 parsecs away

Travel
| | Java 9 comes with a new feature very useful to library authors: multi-release JARs (JEP 238). A multi-release JAR (MR JAR) may contain multiple variants of one and the same class, each targeting a specific Java version. At runtime, the right variant of the class will be loaded automatically, depending on the Java version being used. This allows library authors to take advantage of new Java versions early on, while keeping compatibility with older versions at the same time. If for instance your library pe...
| | www.thinkcode.se
22.6 parsecs away

Travel
| [AI summary] A tutorial explaining how to configure the Maven Assembly Plugin to create an executable JAR file that includes all necessary runtime dependencies while excluding test libraries.