Skip to main content
CS Teaching Tips

Main navigation

  • Browse All Tips
  • Tags
  • 3D
  • About
  • Rate Tips
  • Tip Sheets

Spend extra time covering these three topics students have a really hard time with in Java: references and primitives, inheritance, and nested loops.

  • It is important to check in with students and add additional exercises as necessary to ensure they truly understand references and primitives, inheritance, and nested loops.

More about this tip

Tags

  • CS 1
  • Intro Programming
  • Java
  • Programming Concepts
External Source

Interview with Charlie McDowell

Other Tips By
Other Tips By Charlie McDowell

Similar tips

Introduce students to App Inventor by starting with buttons, images, labels, and text boxes because they tend to find these basic tools intuitive and easy to use.
Show a variety of for loops conditionals (e.g., < vs. <=; different variable names, different start values, different increment operations) to avoid common misconceptions about loops.
Explain how inheritance allows the Java toString method to work when teaching printing to help students develop an understanding for how everything in Java is an object that has hierarchical relationships with other objects.

For more information or to report a bug, contact us at admin@csteachingtips.org. Built with Bootstrap. Powered by Drupal.

Privacy Policy