What is identifier with example?
Answer / Devesh Tripathi
An identifier is a name given to a variable, function, class, or other programming construct in Core Java. Identifiers must follow certain naming rules, such as starting with a letter, underscore, or dollar sign, and cannot contain spaces. An example of an identifier might be 'myVariable', 'myFunction', or 'MyClass'.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can we have two methods in a class with the same name?
What do you mean by platform independence?
1.what is the exact difference between applet and frame? 2.Do we use main method in frames?
What are parent methods and how can you call them?
I need help please send me reply: Write a program "if given a string like 'HAT', the combination's returned should be like ATH,THA,TAH in java"?
Write a java program to check if a number is prime or not?
What is the purpose of the File class?
What is variable and its types?
What is formatted output?
What is adapter class?
What is proper subset?
Can a main method be overloaded?