what are tokens in computer application of Java value added tax
Answers
Answered by
3
Following are the tokens support by java:
Identifiers: (The term identifier is usually used for variable names). eg-sum,total
keywords: (A variable is a meaningful name of data storage location in computer memory. When using a variable you refer to memory address of computer). eg-int,for
Constant:(Constants are expressions with a fixed value). eg-height,sum
Strings:(Sequence of character). eg-“hello”, “deepak”
Special symbol: (Symbols other than the Alphabets and Digits and white-spaces). eg- @,$
Operators:(A symbol that represents a specific mathematical or non-mathematical action). eg- ++,*
Identifiers: (The term identifier is usually used for variable names). eg-sum,total
keywords: (A variable is a meaningful name of data storage location in computer memory. When using a variable you refer to memory address of computer). eg-int,for
Constant:(Constants are expressions with a fixed value). eg-height,sum
Strings:(Sequence of character). eg-“hello”, “deepak”
Special symbol: (Symbols other than the Alphabets and Digits and white-spaces). eg- @,$
Operators:(A symbol that represents a specific mathematical or non-mathematical action). eg- ++,*
Arohi11111:
thanks for giving me this answer
Similar questions