Google News
logo
AppML - Quiz(MCQ)
Suppose you want to create a new AppML object then which of the following methods will you use?
A)
new AppML ()
B)
appml("name")
C)
displayMessage(text)
D)
All of the above

Correct Answer :   new AppML ()


Explanation : new AppML () will help you to create a new AppML object.

Advertisement