Explore >> Select a destination


You are here

inside.java
| | bruceeckel.com
3.0 parsecs away

Travel
| |
| | www.jrebel.com
2.0 parsecs away

Travel
| | The JEP 359: Records preview language feature proposes an easier, clearer way to write data aggregate classes in Java. See more.
| | www.stackchief.com
1.3 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.morling.dev
17.2 parsecs away

Travel
| Recently I ran into a situation where it was necessary to capture the output of a Java process on the stdout stream, and at the same time a filtered subset of the output in a log file. The former, so that the output gets picked up by the Kubernetes logging infrastructure. The letter for further processing on our end: we were looking to detect when the JVM stops due to an OutOfMemoryError, passing on that information to some error classifier.