Java : Programming Concept Questions & Answers
Question : Which one is a template for creating different objects ?
A.
An Array
B.
A
class
C.
Interface
D.
Method
Correct Answer is : Option B.
- Which symbol is used to contain the values of automatically initialized arrays?
- Which one is true about a constructor ?
- Which of these operators is used to allocate memory to array variable in Java?
- Which of these is not a bitwise operator?
- Which of these is returned by Greater Than, Less Than and Equal To (i.e Relational) operator ?