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 do you mean by local class?
use of wrapper classes?
What is JVM ?
4 Answers Phantom Technologies, TCS,
What are the wrapped, classes?
Why does java have two ways to create child threads? Which way is better?
How to find the length and capacity of a string buffer ?
What is the purpose of javac exe?
What is the difference between the final method and abstract method?
How to declare objects of a class ?
0 Answers Akamai Technologies,
How do you override a variable in java?
What does singleton class mean?
What are the two types of java programming?