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 |
What is double parsedouble in java?
What are exception handling keywords in java?
can we write two same methods in outer class and innerclass.
Can we override static methods in java?
How to create an instance of a class without using "new" operator? Plz help me out properly.Thank u.
What is the difference between the ">>" and " >>>" operators in java?
what is mean by synchronization?
3 Answers BOB Technologies, GCPL,
What does void * mean?
Is null a string?
What are the common problems you have faced while implementing Java?
is there any function in java to make the text to blink?
What causes memory leaks in java?