Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

Core%20Java%20Interview%20Questions%20and%20Answers

Question: What is identifier in java?
Answer: An identifier is a sequence of one or more characters. The first character must be a valid first character (letter, $_) in an identifier of the Java programming language. Each subsequent character in the sequence must be a valid nonfirst character (letter, digit, $_) in a Java identifier.
Is it helpful? Yes No

Most helpful rated by users:

©2024 WithoutBook