InterviewSolution
| 1. |
Explain About Initapplication()? |
|
Answer» To DISPLAY an output for a CERTAIN application programmers have to use InitApplication() method. InitApplication is a Boolean method. This function outputs a true if an application gets succeeded. If it did not succeed it displays a FALSE command. Applications rely on this method to display a certain o/p. To display an output for a certain application programmers have to use InitApplication() method. InitApplication is a Boolean method. This function outputs a true if an application gets succeeded. If it did not succeed it displays a false command. Applications rely on this method to display a certain o/p. |
|