/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

www.janwagemakers.be
| | componenthouse.com
1.4 parsecs away

Travel
| | I wanted tocompare how Java, C++ and C perform whenreading a text file line by line and printing the output. I've implemented some possibilities and, at the end, we can compare the speed of each execution. Java 7 version (BufferedReader) import java.io.BufferedReader; import java.io.File; import java.io.FileReader; import java.io.IOException; public class Main7 { private static final...
| | studiofreya.org
1.7 parsecs away

Travel
| | [AI summary] A beginner's guide demonstrating five fundamental Java programming examples, including printing Hello World, using loops, taking user input, creating patterns, and reversing strings.
| | alvinalexander.com
1.8 parsecs away

Travel
| | [AI summary] An example Java program using JDBC to connect to a Postgres database, execute a SQL query, and print results
| | enix.io
10.9 parsecs away

Travel
| This serie of articles deals with solutions for Docker image size optimization. In this first part, we talk about *multi-stage build*. We also explain differences between static and dynamic libraries and why it matters. We also describe the use of the famous Alpine Linux distribution.