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
Can we create an object if a class doesn't have any constructor ( not even the default provided by constructor ) ?
How do you override a private method in java?
What are the default and parameterized constructors?
What is string substring?
Why hashmap is used in java?
What is the diffrence between inner class and nested class?
How many characters is 2 bytes?
What is jee6?
Is 0 an irrational number?
What is the symbol for average?
How infinite loop is declared?
What is boolean false?
What is difference between local variable and global variable?
Why hashset is used in java?
What is the difference between stringbuffer and stringbuilder class?