πŸ“Š JAVA
Q. What will be the output of the following Java code?
class Output
{
public static void main(String args[])
{
Double i = new Double(257.5);
Double x = i.MAX_VALUE;
System.out.print(x);
}
}
  • (A) 0
  • (B) SystemException
  • (C) 1.7976931348623157E30
  • (D) None of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (B) SystemException

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
78
Total Visits
πŸ“½οΈ
11 mo ago
Published
πŸŽ–οΈ
Kiran Rapria
Publisher
πŸ“ˆ
96%
Success Rate