What is the purpose of Java's System.out and System.in?
What are some situations where you might use different Java operators (such as arithmetic, relational, or logical operators)?
Why does Java have both integer division and floating-point division?
How can operator precedence affect the outcome of a complex expression? Can you give examples?
What are some good programming practices when taking user input?
What are the benefits of using comments in your code?
What are the benefits of pseudo-code?
What does it mean to 'debug' a program, and what are some strategies you can use to find and fix errors in your code?
Why is it important to properly indent and format your code in Java?
Why are coding standards important?