What Is The Signature Of Mathrandom Method #1042
What is the signature of Math.random() method?
This multiple choice question (MCQ) is related to the book/course gs gs128 Java. It can also be found in gs gs128 Java Util More Utility Classes - Java Random Number - Quiz No.1.
What is the signature of Math.random() method?
public static double random()
public void double random()
public static int random()
public void int random()