Explore >> Select a destination


You are here

www.aligelenler.com
| | inside.java
2.3 parsecs away

Travel
| | The Simple Web Server was added to the `jdk.httpserver` module in JDK 18. It is a minimal HTTP static file server, designed to be used for prototyping, testing, and debugging. This article explores some less obvious yet interesting programmatic appl...
| | blog.nndi.cloud
3.2 parsecs away

Travel
| | In this short guide you are going to see how to write to multiple files at-once in Java. The technique you will see here will allow you to write the same data to multiple output streams in one go, which will keep your code shorter, readable and safer from errors that can come through copy-and-pasting. The rationale First of all, why would you want to write to multiple output streams at once?
| | juandebravo.com
2.3 parsecs away

Travel
| | Juan de Bravo - Personal thoughts about technology (@juandebravo)
| | stuartsierra.com
15.6 parsecs away

Travel
| [AI summary] This article benchmarks various Clojure and ClojureScript runtime platforms in 2019, comparing their start times for a 'Hello, world' program.