This lesson is still being designed and assembled (Pre-Alpha version)

An Introduction to Java Programming: Glossary

Key Points

Your first Java program
  • What is a class?

  • What is the purpose of public static void main(String[] args)?

  • What is an object?

  • What does ‘instantiate’ mean?

  • What is the naming convention of classes?

  • What should the filename be in which a class is saved?

  • What will the filename be of a compiled class?

  • How do you run a compiled Java program?

Numbers
  • What is a string?

  • What is concatenation?

Variables and Types
Making Choices
Getting Input
Creating Methods
Repeating Actions with Loops

Glossary

FIXME