João Paulo Martins Silva

João Paulo Martins Silva @joao9aulo

About: java is good

Joined:
Feb 22, 2024

João Paulo Martins Silva
articles - 5 total

Revisiting Two's complement: A demonstration using Java

public class Main { public static void main(String[] args) { int number = 1; int...

Learn More 0 0Dec 3 '24

Exploring the Impact of Java Integer Cache on Performance: A JMH Benchmark Study

In one of my posts, I made 2 + 2 equal to 5 using Java 21. In summary, the Integer class in Java has...

Learn More 1 0May 9 '24

A Quine that is also an HTTP server.

I've always been fascinated by the concept of a Quine. I decided to implement my own version, only a...

Learn More 1 0Mar 25 '24

2 + 2 = 5 in Java 21

A few years ago, I found a video by podcaster Lex Friedman where he demonstrates that it's possible...

Learn More 0 0Feb 26 '24

2 + 2 = 5 em Java 21

Há alguns anos, encontrei um vídeo do podcaster Lex Friedman em que ele demonstra que é possível...

Learn More 1 2Feb 22 '24