Base Data Types

Purpose:

Base data types are predefined types in the Java language and named by reserved keyword.

  • boolean
  • byte
  • short
  • int
  • long
  • char
  • float
  • double
  • string
Back to the Table of Contents
email suggestions to: cs015tas@cs.brown.edu