Q. What will be the output of the following Java program?
class Output
{
public static void main(String args[])
{
Double i = new Double(257.5);
Double x = i.MIN_VALUE;
System.out.print(x);
}
}

  • (A) 0
  • (B) 4.9E-324
  • (C) 1.7976931348623157E308
  • (D) None of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (B) 4.9E-324

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
111
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Shiva Ram
Publisher
πŸ“ˆ
82%
Success Rate