Home »
MCQs »
AppML MCQs
Suppose you want to create a new AppML object then which of the following methods will you use?
29. Suppose you want to create a new AppML object then which of the following methods will you use?
- new AppML ()
- appml("name")
- displayMessage(text)
Answer: A) new AppML ()
Explanation:
new AppML () will help you to create a new AppML object.