What is identifier in java?
Answer / Muneer Ahmad
An identifier is a name used to identify a variable, method, class, or other entities in Java. It consists of a letter (either uppercase or lowercase), an underscore (_), or a dollar sign ($) followed by zero or more letters, digits, or underscores.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is a class subclass of itself?
What is the escape character in java?
What is the purpose of final keyword and when to use it?
What are different data structures in java?
How do you join strings in java?
Write a program to show whether a graph is a tree or not using adjacency matrix.
What is predicate in java?
how to use finalize()Method to resources
What are the escape sequences in java?
What is the difference between multiple processes and multiple threads?
Why do we use variables?
How to change value in arraylist java?