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 |
Explain the public class modifier?
What is finalize()? Is finalize() similar to a destructor?
why did you choose your career in IT?
What is the difference between multitasking and multithreading in Java
0 Answers Sans Pareil IT Services,
Is minecraft 1.15 out?
What are keywords in java?
Where are variables stored?
What are the three parts of a lambda expression? What is the type of lambda expression?
Why put method is used?
Difference between Hash Table and Hash Map?
What is dynamic binding(late binding)?
Which list does not allow duplicates in java?