Answer:
statClass.java
Explanation:
You use the classname of the public class.
One of those will contain main()
Note that this example has a typo. statClass vs startClass.
Answer:
Machine to machine communications
Explanation:
Machine to machine communication is a type of communication that exists among the technical devices. The communication is linked either with the help of wire or through wireless. The information is communicated and transmitted with this form of communication. Human involvement or intervention is not required during the transfer of data.
Information commination technology :)
Answer:
<exception> header provides functions for exception handling in c++.
Explanation:
Exceptions gives a way to respond to exceptional conditions (like runtime errors) in codes by transferring the control to other special functions called handlers.
Since try,catch and throw can work in the iostream header file.To use more functions like unexpected,current_exception,rethrow_exception we need exception header file.