Google News
logo
AppML - Quiz(MCQ)
Which of the following methods will you use if you want the AppML object with the specified name?
A)
new AppML ()
B)
appml("name")
C)
displayMessage(text)
D)
None of the above

Correct Answer :   appml("name")


Explanation : appml("name") will be used in a situation where you want the AppML object with the specified name.

Advertisement