Skip to content
Header Logo Without Tag
Search
  • Articles
    • Blog
    • Code
    • Meta
    • Teach
  • Series
    • Coding Tangents
    • How to Python
    • Journey to a PhD
    • Python Errors
    • The Autodidact’s Guide to Python
  • Tags
    • Education
    • Hustle
    • Java
    • Premium
    • Python
  • About
    • Privacy Policy
    • Terms of Service
    • Wall of Fame
    • Wall of Shame
    • World Domination Checklist

Tag: Java

link to How I Automated My Grading Responsibilities

How I Automated My Grading Responsibilities

Most teachers will tell you that the worst part of the job is grading. That's why I automated my grading responsibilities.

Continue Reading
link to The `else if` Keyword Doesn’t Exist in Java

The `else if` Keyword Doesn’t Exist in Java

Recently, I found out that the `else if` keyword doesn't exist. To put it bluntly, you're going to want to read this one.

Continue Reading
link to Be Careful with String’s Substring Method in Java

Be Careful with String’s Substring Method in Java

As a teacher, I like to warn my students of the various pitfalls in computer science. Today, let's talk about Java's substring method.

Continue Reading
link to Be Careful with Scanner Methods in Java

Be Careful with Scanner Methods in Java

Sometimes it's fun to make an interactive application with Scanner. Unfortunately, we have to be careful with Scanner methods.

Continue Reading
link to The Difference Between Private and Public in Java

The Difference Between Private and Public in Java

When learning Java for the first time, many students tend to struggle with the private and public keywords. Welcome to the world of access modifiers!

Continue Reading
link to Reverse a String in Java

Reverse a String in Java

Following Python, we're taking a look at how to Reverse a String in Java. Get ready to slog through a lot of code.

Continue Reading
« PREV Page 1 Page 2 Page 3 Page 4 Page 5 … Page 7 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.




  • Discord
  • GitHub
  • Newsletter
  • Patreon
  • Portfolio
  • Statistics
  • Twitter
  • YouTube
© 2016-2021 Copyright The Renegade Coder