What is identifier in java?



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

Post New Answer

More Core Java Interview Questions

Is a class subclass of itself?

1 Answers  


What is the escape character in java?

1 Answers  


What is the purpose of final keyword and when to use it?

1 Answers  


What are different data structures in java?

1 Answers  


How do you join strings in java?

1 Answers  


Write a program to show whether a graph is a tree or not using adjacency matrix.

1 Answers   Amazon,


What is predicate in java?

1 Answers  


how to use finalize()Method to resources

4 Answers   TCS,


What are the escape sequences in java?

1 Answers  


What is the difference between multiple processes and multiple threads?

1 Answers  


Why do we use variables?

1 Answers  


How to change value in arraylist java?

1 Answers  


Categories