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 is run time allocation?
Can arraylist hold different types java?
What will be the output of round(3.7) and ceil(3.7)?
explain the difference between jdk and jvm?
What is join () in java?
Is alive in java?
Can you make a constructor final?
What does next mean in java?
Can set contain duplicates?
Does unicode support all languages?
What is the difference between instanceof and isinstance?
Compare Mutex and Semaphore in java.
Which variable is the independent variable?
Difference between start() and run() method of thread class?
Is array dynamic in java?