Quantcast
Channel: Java variable – MD. SHAFIQUL ISLAM – TechMinds Unleashed
Viewing all articles
Browse latest Browse all 2

JAVA Identifiers

$
0
0
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

Viewing all articles
Browse latest Browse all 2

Trending Articles