Coffee Talk: Java, News, Stories and Opinions

Recent Posts

  • How to write your first Java program

    Darcy DeClute - Scrumtuous Inc. 19 Jul 2025
  • Want to learn to code and write your first Java program? Here's a quick and fun Java programming tutorial that will have your running your first Java program in less than 10 minutes.

  • How to format a Java int or long with printf example

    Cameron McKenzie - TechTarget 18 Jul 2025
  • Here's a quick tutorial on how to use printf to format Java int, long, short and byte values. It's pretty easy to do. And the output you can generate can be very visually appealing.

  • How to use Java's var keyword

    Cameron McKenzie - TechTarget 18 Jul 2025
  • While the use of var in Java brings inferred typing to the platform, it does not negate Java's dedication to strong typing. Here's how the Java var keyword works, along with simple examples of how ...