Java.lang Class

Q1: Which of the following will produce an answer that is closest in value to a double, d, while not being greater than d?

A (int)Math.min(d);

B (int)Math.max(d);

C (int)Math.abs(d);

D (int)Math.floor(d);

ANS:D - (int)Math.floor(d);

The casting to an int is a smokescreen. Use a process of elimination to answer this question: Option D is the correct answer, it is syntathecially correct and will consistently return a value less than d. Option A and B are wrong because both the min() and max() methods require 2 arguments whereas here they are passed only one parameter. Option C is wrong because it could return a value greater than d (if d was negative).



img not found
img

For help Students Orientation
Mcqs Questions

One stop destination for examination, preparation, recruitment, and more. Specially designed online test to solve all your preparation worries. Go wherever you want to and practice whenever you want, using the online test platform.