What is a java identifier
An identifier is a sequence of characters that names a class, interface, method, variable, etc.
Identifier composition rules:
1, English upper and lower case letters
2, numbers
3, $ and _
Notes:
1. It cannot start with a number
2. It cannot be a keyword in java
3. Distinguish Case
Common naming rules:
A. Package: all lowercase
Single-level package: lowercase
Example:
liuyi,com
Multi-level packages: lowercase, separated by .
Example:
cn.itcast,com.baidu
B. Class or interface
One word: capitalize the first letter of each word
Example:
Student,Demo
Multiple words: capitalize the first letter of each word
Example:
HelloWorld,StudentName
C. Method or variable
One word: the first letter is lowercase
Example:
name,main
Multiple words: starting from the second word, The first letter of each word is capitalized
Example:
studentAge,showAllNames()
D.Constant
All capital letters
One word: capital
Example:
PI
Multiple words: capitalized and separated by _
Example:
STUDENT_MAX_AGE
Recommended tutorial: Java tutorial
The above is the detailed content of what is identifier in java. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

Atom editor mac version download
The most popular open source editor

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

WebStorm Mac version
Useful JavaScript development tools

EditPlus Chinese cracked version
Small size, syntax highlighting, does not support code prompt function
