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
What are the advantages and disadvantages of reference counting in garbage collection?
What are implicit objects in java?
What is scope & storage allocation of static, local and register variables? Explain with an example.
Implement a stack with push (), pop() and min() in O(1) time.
What do you mean by jjs in java8?
Why do we use predicate in java?
What is volatile keyword in java
What is method and methodology?
What are keywords in programming?
What is string pooling concept?
How do you convert an int to a double in java?
How to store image in arraylist in java?
What is null data type?
What is anti pattern in programming?
Can we use string in the switch case?