- 1
help
Which two of the following statements are true? Select all that apply If we don't catch exceptions, the program can shut down We cannot catch any exceptions Exception catching is a good practice Exception catching improves program interface design
10 Réponses
+ 2
yeah it's 1st and 3rd
+ 2
Please help
Fill in the blanks to run the method in a separate thread.
class A
Thread {
public void
() {
System.out.println("Hello");
}
public static void main(String[ ] args) {
A object = new A();
object.
();
}
}
+ 1
I think the first and the third statements are true
+ 1
thanks
+ 1
First And Third are correct answer
+ 1
I think the right answer are 1st and 3rd!!!😊
+ 1
3 Exception catching is a good practice
1 If we don't catch exceptions, the program can shut down
+ 1
@neeraj .... ya your right , im being trouble of that question.. that's why i really need some help.. i am rushing that time, my course that i want to finish this day is two , c++ and java, that the task given by our teacher to be submitted this day of our certificate.. sorry for wrong grammar...
understand the situation pls.. :(
but thank because im done and i submitted my certificate
+ 1
1 and 4
+ 1
Civic, Geodetic