edited by
1,205 views
1 votes
1 votes

Which of the following statements is/are TRUE regarding JAVA?

  1. Constants that cannot be changed are declared using ‘static’ keyword.
  2. A class can only inherit one class but can implement multiple interfaces.
  1. Only (i) is TRUE
  2. Only (ii) is TRUE
  3. Both (i) and (ii) are TRUE
  4. Neither (i) nor (ii) is TRUE
edited by

1 Answer

Answer:

Related questions

1 votes
1 votes
3 answers
1
Arjun asked Nov 5, 2017
880 views
Which of the following routing technique / techniques is/are used in distributed systems?Fixed RoutingVirtual RoutingDynamic Routing(a) only(a) and (b) only(c) onlyAll (a...
1 votes
1 votes
2 answers
3
Arjun asked Nov 5, 2017
966 views
The Sigmoid activation function $f(t)$ is defined as$\dfrac{1}{\text{exp} (t) + \text{exp} (-t)}$$t \text{ exp}(-t)$$\dfrac{1}{1+ \text{exp} (t)}$$\dfrac{1}{1+ \text{exp...