/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

y4y.space
| | stackchief.com
1.8 parsecs away

Travel
| | Java serialization in depth including what is serialization, why we need serialization in Java, how it works, the serializable interface, problems with serialization and examples.
| | www.veracode.com
2.6 parsecs away

Travel
| | Java Naming and Directory Interface (JNDI) is a Java API that allows clients to discover and look up data and objects via a name. These objects can be stored in different naming or directory services, such as Remote Method Invocation (RMI), Common Object Request Broker Architecture (CORBA), Lightweight Directory Access Protocol (LDAP), or Domain Name Service (DNS).
| | inside.java
2.6 parsecs away

Travel
| | While the concept of serialization is quite simple, it often gets complicated very quickly given the various customizations that can be applied. For records we wanted to keep things as simple and straightforward as possible...
| | mydeveloperplanet.com
18.9 parsecs away

Travel
| The 19th of September 2023, Java 21 was released. Time to take a closer look at the changes since the last LTS release, which is Java 17. In this blog, some of the changes between Java 17 and Java 21 are highlighted, mainly by means of examples. Enjoy! 1. Introduction First of all, the short...