Java : Programming Concept Questions & Answers
Question : Which of these have highest precedence?
A.
()
B.
++
C.
*
D.
>>
Correct Answer is : Option A.
- Which of these is returned by operator '&' ?
- 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?