Java : Programming Concept Questions & Answers
Question : Which of these is returned by operator '&' ?
A.
Integer
B.
Character
C.
Boolean
D.
Float
Correct Answer is : Option B.
- Data type long literals are appended by _____
- 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 ?