Computer Applications

Name the following:

  1. The keyword which converts variable into constant.
  2. The method which terminates the entire program from any stage.

Values & Data Types Java

21 Likes

Answer

  1. final
  2. System.exit(0)

Answered By

13 Likes


Related Questions