Glossary:Java identifier
Jump to navigation
Jump to search
- Java Identifier, java identifier
- An identifier that must start with a letter, and contain only letters, numbers, and hyphens.
Java identifiers in Pega Platform are similar to those defined in the Java language specifications, except that a hyphen (-) is displayed in place of an underscore character (_).