Computer Applications
What are identifiers ?
Values & Data Types Java
ICSE 2015
16 Likes
Answer
Identifiers are symbolic names given to different parts of a program such as variables, methods, classes, objects, etc.
Answered By
9 Likes
Related Questions
The number of bytes occupied by a character array of four rows and three columns are:
- 12
- 24
- 96
- 48
Which of the following is a valid java keyword?
- If
- BOOLEAN
- static
- Switch
Consider the array given below:
char ch[] = {'A','E','I','O', 'U'};Write the output of the following statements:
System.out.println(ch[0]*2);:- 65
- 130
- 'A'
- 0