Skip to content
Header Logo Without Tag
Search
  • Home
  • Articles
    • Code
    • Blog
    • Meta
    • Teach
  • Series
  • Tags
  • About
    • Newsletter
    • Privacy Policy
    • Terms of Service
    • World Domination Checklist
    • Wall of Fame
    • Wall of Shame

Tag: Java

link to The Difference Between str() and repr() in Python: A Design by Contract Perspective

The Difference Between str() and repr() in Python: A Design by Contract Perspective

Recently, I was giving a lecture about Java's "common" methods (i.e., all of the methods of Object), and I had epiphany about how Java only has toString() while Python has str() and repr(). So, it...

Continue Reading
link to Speed Up Your Data Structures With Hashing

Speed Up Your Data Structures With Hashing

This week, I taught a lesson on hashing, and now I'm going to pass the highlights on to you!

Continue Reading
link to Java Has A Remainder Operator—Not a Mod Operator

Java Has A Remainder Operator—Not a Mod Operator

Time to fire up yet another old debate. This time I want to cover the difference between mod and remainder, as I understand them.

Continue Reading
link to Flexible Interfaces With Optional Methods Are Good: A Java List Case Study

Flexible Interfaces With Optional Methods Are Good: A Java List Case Study

Software design is hard, but we sometimes make it harder on ourselves. Why not adopt a more flexible approach to allow for nuance?

Continue Reading
link to Why Does == Sometimes Work on Strings in Java?

Why Does == Sometimes Work on Strings in Java?

Comparing strings in Java is always a nightmare, but did you know using == can sometimes work? Yeah, say hello to more nightmare fuel.

Continue Reading
link to Unpacking CS Jargon: Static Vs. Dynamic Types

Unpacking CS Jargon: Static Vs. Dynamic Types

In computer science, we often familiar with variables having types, but what if I told you that some languages see types in two different ways?

Continue Reading
« PREV Page 1 Page 2 Page 3 Page 4 … Page 11 NEXT »

About Me

Welcome to The Renegade Coder, a coding curriculum website run by myself, Jeremy Grifski. If you like what you see, consider subscribing to my newsletter. Right now, new subscribers will receive a copy of my Python 3 Beginner Cheat Sheet. If newsletters aren't your thing, there are at least 4 other ways you can help grow The Renegade Coder. I appreciate the support!

Legal

The Renegade Coder is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com.

Longest Active Series

  • Journey to a PhD (55)
  • Coding Tangents (46)
  • How to Python (42)
  • Sample Programs Repo News (20)
  • Teaching Reflections (11)
  • Discord
  • GitHub
  • Newsletter
  • Patreon
  • Portfolio
  • YouTube
  • Statistics
© 2016-2026 Copyright The Renegade Coder
Advertisement