Answer:
The image tag (<img>) is such a tag; it simply plops a graphic into the flow of the page. Other standalone tags include the line break (<br>), horizontal rule (<hr>), and tags that provide information about a document and don't affect its displayed content, such as the <meta> and <base> tags.
Explanation:
Holding down a key temporarily activates a tool
Answer:
"ArithmeticException" is the correct answer for the above question.
Explanation:
Missing Information : The above question does not hold that "what is the output of the program".
- The above question has a class that holds the two functions one function is the main function which calls the other function in a try-catch block.
- The method function holds one run time exception which is 1/0 which is an arithmetic exception.
- It can be handle by the help of an arithmetic class object which is defined in the first catch block.
- Hence the print function of this catch is executed and prints "ArithmeticException".