which can be used with <applet> </applet> 1. CODEBASE 2. ALT 3. NAME 4. CLASS 5. JAVAC 6. HORIZONTALSPACE 7. VERTICALSPACE 8. WIDTH 9. PARAM 10. JAR a) 1,2,3 b) 2,5,6,7 c) 3,4,5 d) 8,9,10 e) 8,9
"Thanks to Indian media who has over the period of time swiped out intellectual taste from mass Indian population." - Chetan Parekh
Thiru Thangavelu
Ranch Hand
Joined: Aug 29, 2001
Posts: 219
posted
0
So, can I say the answer as a) d) e)
Paul Villangca
Ranch Hand
Joined: Jun 04, 2002
Posts: 133
posted
0
I think the answer is only A) E) 'coz there is no JAR parameter in <APPLET>, only ARCHIVE.
Manfred Leonhardt
Ranch Hand
Joined: Jan 09, 2001
Posts: 1492
posted
0
Hi, Correct answer a and e. Why? 1. CODEBASE - URL directory for Applet good 2. ALT - Alternate text message in case applet not loaded good 3. NAME - Applet name for identification good 4. CLASS - No such tag. Must use CODE tag instead 5. JAVAC - No such tag. 6. HORIZONTALSPACE - No such tag. Must use HSPACE instead. 7. VERTICALSPACE - No such tag. Must use VSPACE instead. 8. WIDTH - Pixel size of applet. REQUIREDgood 9. PARAM - Used to get parameters from HTML to applet good 10. JAR - No such tag. Must use ARCHIVE instead Valid items: 1, 2, 3, 8, and 9 Regards, Manfred.
I don�t think so, it doesn�t appear on the objectives. Anyone correct me if I�m wrong []�s Francisco
Francisco<br />SCJP<br />please use the [code][/code] tags when showing code.Click <a href="http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=ubb_code_page" target="_blank" rel="nofollow">here</a> to see an example.