# | Question |
1 | Applets methods paint() &
init() Which of the following statements is true? A. init() is called first, then paint(); |
2 | Applet "param"
properties. Which of the following statements is true?
<applet code="HelloWorld.class"
codebase="."
align="baseline"
width="275" height="55"> A. getParameter( "First" ) returns "Michael" |