Named Constants

From CompSciWiki
Revision as of 14:28, 23 September 2010 by WikiSysop (Talk | contribs)

Jump to: navigation, search

COMP 1010 Home > Java Fundamentals


Introduction

Named constants are variables that represent a constant values that cannot be changed. This allows you to use meaningful names to represent often-used values.

Previous Page: Casting Next Page: Review Questions and Exercises