1.

Random is a final class?(a) True(b) FalseI got this question by my college professor while I was bunking the class.My doubt stems from Random Number in chapter java.util – More Utility Classes of Java

Answer»

Correct option is (b) False

For explanation: RANDOM is not a FINAL class and can be extended to implement the ALGORITHM as PER requirement.



Discussion

No Comment Found

Related InterviewSolutions