Question
1. Java variable must start with a letter or underscore or dollor sign.
2. Java variable can not start with a digit.
3. After the first character the variable can have any combination of letters or numbers.
4. Capitalization of letters must be consistent.
Which of the above are correct?
a.
All
b.
1, 2 and 3 only
c.
2, 3, 4 only
d.
1, 2 and 4 only
Posted under Electronics and Communication Engineering
Interact with the Community - Share Your Thoughts
Uncertain About the Answer? Seek Clarification Here.
Understand the Explanation? Include it Here.
Q. Consider the following statements about Java variables 1. Java variable must start with a letter or underscore or dollor sign. 2. Java variable can not start with a digit. 3....
Similar Questions
Explore Relevant Multiple Choice Questions (MCQs)
Q. A microprocessor is generally
View solution
Q. Consider the following program in C
int k;
float a, b, c;
k = a* b* c / 100 + 2.5 / 2 - 0.3 * 9
if a - 5.0, b = 2.0 and c = 3.0 the final result k =
View solution
Q. A computer program is used to read N and print the sum 1² + 2² + 3² +.....+ N². If N = 10, the print out will show the number
View solution
Q. Which of the following arithmetic operations requires only one operand in FORTRAN 77?
View solution
Q. Which of the following is not a valid variable name in C?
View solution
Q. Which of the following array names is invalid in Fortran 77?
View solution
Q. LPEPSI = 2
2PEPSI = LPEPSI * LPEPSI + 1
GOT TO (3, 5, 9, 11, 13, 17, 21, 23) LPEPSI
After the execution of above statement the control is transferred to statement number
View solution
Q. Which of the following is not an application software?
View solution
Q. Which of the following is not a DTP program?
View solution
Q. Which of the following array names in Fortran 77 is invalid?
View solution
Q. E-mail can be used to send text, graphics, and video.
View solution
Q. In 8085, which instructions are useful for writing and using subroutines?
View solution
Q. In a RAM chip with a total of 8096 words, the word addresses range from
View solution
Q. The loops ' for , 'while' , 'do-while' are used in
View solution
Q. Which of the following is not a valid arithmetic statement in C?
View solution
Q. The symbol ! in Java means
View solution
Q. The signal in 8086 are in minimum mode when
View solution
Q. If it is desired to tabulate number of students in a class in Fortran language, a proper variable name is
View solution
Q. Let JCOKE = 20 and LPEPSI =15. Consider the statement
IF(2* JCOKE. LE. LPEPSI)
JCOKE = JCOKE + 5
JCOKE = JCOKE + 3
The value of JCOKE after the execution of above statement will be
View solution
Q. In Pascal if I = 45, I div 10 * 10 =
View solution
Recommended Subjects
Are you eager to expand your knowledge beyond Electronics and Communication Engineering? We've handpicked a range of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of various subjects. Happy exploring!