what are literals in java?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / b m doss
Integer literals
String literals
char literals
Boolean literals
Floating-point literals
| Is This Answer Correct ? | 8 Yes | 0 No |
Is array a class?
What is a lock or purpose of locks in java?
What is fail fast in java?
How do you check if two given string are anagrams?
Why are the methods of the Math class are static?
What methods are used to get and set the text label displayed by a button object?
How can you set an applet’s height and width as a percentage?
What is lambda programming?
What is thread count in java?
Can we use string in the switch case?
What is the default value of float and double datatype in java?
why HashTable not allow null key and value