Multiple Choice
What is the correct way to write a JavaScript array?
A) var txt = new Array:1=("tim") 2=("kim") 3=("jim")
B) var txt = new Array(1:"tim",2:"kim",3:"jim")
C) var txt = new Array="tim","kim","jim")
D) var txt = new Array("tim","kim","jim")
Correct Answer:

Verified
Correct Answer:
Verified
Q11: Which of this class is used for
Q12: How would you detect a keypress in
Q13: Which of these methods can be used
Q14: The processes that participate in supporting remote
Q15: Which of this package contains classes and
Q17: To locate a remote object with a
Q18: How many kinds of classes can be
Q19: _ is a subinterface of java.rmi.Remote that
Q20: Swing is a _ framework<br>A)connection-based<br>B)component-based<br>C)platform-based<br>D)None of the
Q21: Which of these events is generated when