Question: This question is about utility classes in the Java Class Library. Select the two correct statements belovw The class variable PI in class Math is
This question is about utility classes in the Java Class Library.

Select the two correct statements belovw The class variable PI in class Math is of type float. Using utiltn clasei in thetava iang peckage does not require an import satement, because all classes in java.lang are imported by default. The method min (int a, int b) of class Math returns the smaller of the two int arguments. If the two arguments have the same value, that value is returned If you execute the statement System.out.println (250) the value returned is the string "250" The class Math is a utility class found in the java.util package
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
