In Java programming language an identifier is any name given to a package, class, method, interface, variable and constant. The rules of JAVA identifiers is given bellow: Identifiers length can be one to several characters long. A variable name may start with letter, underscores and dollar sign but most of the time letter are used … Continue reading JAVA Identifiers
↧