Computer Applications

Which of the following changes a variable declaration into a constant?

  1. const
  2. constant
  3. static
  4. final

Values & Data Types Java

6 Likes

Answer

final

Answered By

1 Like


Related Questions