Java : Programming Concept Questions & Answers
Question : Data type long literals are appended by _____
A.
Uppercase L
B.
Lowercase L
C.
Long
D.
Both A and
B
Correct Answer is : Option D.
- Which variables are created when an object is created with the use of the keyword 'new' and destroyed when the object is destroyed?
- Java language was initially called as ________
- What is garbage collection in the context of Java?
- Which one is a template for creating different objects ?
- Which symbol is used to contain the values of automatically initialized arrays?