Java Hyd Team
Photo
Telegram isn't allowing video so i will upload on YouTube directly
String valid = "true";if (valid) { System.out.println ("valid");}else { System.out.println ("not valid");}What is the result?
Anonymous Quiz
35%
valid
10%
not valid
45%
compile error
10%
An IllegalArgumentException is thrown at run time
π2
An unchecked exception occurs in a method dosomething()Should other code be added in the dosomething() method for it to compile and execute?
Anonymous Quiz
13%
The Exception must be caught
25%
The Exception must be declared to be thrown.
63%
The Exception must be caught or declared to be thrown.
0%
No other code needs to be added.