Identifiers
Identifiers are fundamental building blocks of a program and are used as the general terminology for the names given to different parts of the program viz. variables, objects, classes, functions, arrays, etc. Identifier forming rules of Java state the following: Identifiers can have alphabets, digits, and underscore and dollar sign characters. They must not be […]
April 21, 2022 | Java | No comments