Computer Applications
Class initialisation is the …………… initialisation of class fields of values.
- explicit
- implicit
- Both a and b
- None of the above
Java Classes
9 Likes
Answer
explicit
Reason — Explicit class initialisation is the initialisation of class fields of values.
Answered By
4 Likes
Related Questions
Which of the following is an illegal identifier?
- age
- 123abc
- _value
- salary
Which of the following is/are jump statement used in Java?
- break
- continue
- return
- All of these
Operations like square root, sine and cosine are
- impure functions
- pure functions
- static functions
- class functions
Given array int x[ ] = {11, 22, 33, 44}; the value of x[1 + 2] is :
- 11
- 22
- 33
- 44