This lesson is being piloted (Beta version)

Programming in Java: Glossary

Key Points

Getting started with Java
  • Java is a general purpose, high-level, compiled, strongly typed, object oriented programming language

Variables and assignment in Java
  • Java variables

Conditional logic in Java
  • Java is a general purpose, high-level, compiled, strongly typed, object oriented programming language

Loops in Java
  • Java is a general purpose, high-level, compiled, strongly typed, object oriented programming language

Classes in Java
  • Object-oriented programming is a programming paradigm that uses abstraction (in the form of classes and objects) to create models based on the real world environment

Objects in Java
  • Object-oriented programming is a programming paradigm that uses abstraction (in the form of classes and objects) to create models based on the real world environment

Inheritance and Polymorphism
  • Object-oriented programming is a programming paradigm that uses abstraction (in the form of classes and objects) to create models based on the real world environment

Data Structures
  • Object-oriented programming is a programming paradigm that uses abstraction (in the form of classes and objects) to create models based on the real world environment

Packages and the Software Development Lifecycle in Java
  • The software development lifecycle in Java provides a framework for reliable, performant and professional production of code.

Software reliability in Java - Testing and Exceptions
  • The software development lifecycle in Java provides a framework for reliable, performant and professional production of code.

Glossary

FIXME