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 that can implement multiple interfaces.
1
A is true
2
B is true
3
Both (A) and (B) are true
4
Neither (A) nor (B) is true