Answer Posted / dipty
Literals are the values assigned to variables.
int num = 10;
Here 10 is the interger literal.
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
How do you sort in descending order in java using collections sort?
What is rule of accessibility in java?
Explain differences between checked and unchecked exceptions in java?
What is the difference between and ?
How do I remove a character from a string in java?
How do you read a char in java?
What is a data structure java?
Can we serialize static variables in java?
What is serialization in java?
What is the use of string and stringbuffer?
How many types of methods are there?
What is method overloading and method overriding?
What is hash in java?
What is the purpose of the finalize() method?
Can we use catch statement for checked exceptions?