Which of the following should not be the name of a variable?
First _program
Field 13
Shashing
3apps
What is the size of a byte datatype?
6 bits
8 bits
4 bits
16 bits
Unicode character begins with which of the following?
Hexadecimal number
Backslash character
Escape sequence
Dollar symbol
Which of the following math function can be used to find 35?
Which of the following is the correct Java expression for ‘ (sin x/cos-1 x)+x3 ‘?
Which among the following is an illegal variable declaration?
double private;
int code=0;
float student;
charShuman;
Select a definition for escape sequences
Character enclosed in single quotes
Any Character beginning with a backslash
Represents nongraphic characters
Represented by TRUE and FALSE literals