Friday, 24 July 2020

Java Constants

Constant:


Constant is an identifier whose value can not be changed.In java language these constants are classified into following types
  1. Numerical constants

  2. Character constants

Numerical constants:


Numerical means numbers .these are classifed into 2 types
  1. Integer constants
  2. Real constants
For more information click here

No comments:

Post a Comment

Java Constants

Constant: Constant is an identifier whose value can not be changed.In java language these constants are classified into following types ...