Which of the following statements is/are TRUE regarding JAVA ?
(A) Constants that cannot be changed are declared using the ‘static’ keyword.
(B) A class can only inherit one class but can implement multiple interfaces.
1
Only (A) is TRUE.
2
Only (B) is TRUE.
3
Neither (A) nor (B) are TRUE.
4
Both (A) and (B) are TRUE.
5
Question Not Attempted