patpitchaya - Fotolia

Coffee Talk: Java, News, Stories and Opinions

Community driven content discussing all aspects of software development from DevOps to design patterns.

Recent Posts

  • Deprecated vs depreciated: What's the difference?

    Cameron McKenzie - TechTarget 04 May 2025
  • Did you just hear someone say a method was depreciated? They probably mean deprecated. Here's the difference between the two.

  • Format output with Java printf

    Cameron McKenzie - TechTarget 30 Apr 2025
  • Learn by example how format output with the Java printf method. If you want to format dates, times, integers, doubles and Strings in the text you output to the console, logs or streams, you'll need ...

  • How to use git stash pop

    Cameron McKenzie - TechTarget 28 Apr 2025
  • To move shelved changes from the Git stash to your working directory, the git stash pop command is preferred over apply, as pop will delete the stash in question, keeping the stash history clean.