Login


Lost your password?

Don't have an account ?
Register (It's FREE) ×
  


Shop
Java All : Tokens Keywords Identifiers Literals
Concept Learning Code Sheets
Understanding Tokens #3795 

Demonstration of a program with presence of different types of tokens.

Identifier Choices #3798 

Making Identifier name choices.

Integer literals decimal, octal, hexadecimal, binary #3801 

Use of integer literals in its different notation forms as decimal form, octal form, hexadecimal form and binary form.

Decimal literals float, double #3804 

Use of decimal/fractional/real literals in its different size as float and double.

Character literals #3808 

Use of character literals as direct character assignment, unicode assignment or octal assignment.

Null Literal #3814 

Use of a special case of using null as a literal for nullifying a reference.

String Literals #3818 

Use of string literals as chain of normal alphabets, unicode characters, octal characters, escape sequences etc.

Boolean Literals #3822 

Use of boolean literals.

Solved Problems
Marking Identifiers in a program #3825 

Write down both the programmer defined and java library defined identifiers in the following program

Write down both the programmer defined and java library defined identifiers in the followi ...
Exam Questions
ICSE2015-01D  Literal Identification #3932 

Identify the literals listed below:
(i) 0.5 (ii)’A’ (iii) false (iv) “a”

Identify the literals listed below: (i) 0.5 (ii)’A’ (iii) false (iv) “a” ...
Quizzes

Code Sheets:8  Solved Problems:2  Exam Questions:4  Quizzes:9
Back