how to pass the parameters to applets?



how to pass the parameters to applets?..

Answer / pkr_reddy

in order to pass the parameter to applets we go for a element
tag called PARAM & ATTRIBUTE called name and value whher
name represents the identification of the parameter and
value represents the data which is to be pass .

ex:<param name="pn" value="java"

parameter tag allways define with in applet tag.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is a locale?

0 Answers   Aspire, Infogain,


What is the default value of float and double datatype in java?

0 Answers  


Can you make an instance of an abstract class?

5 Answers   Accenture,


Can finally block be used without a catch?

0 Answers  


Which object oriented concept is achieved by using overloading and overriding?

0 Answers  






What are Access Specifiers and Access Modifiers.

6 Answers   TCS,


What are the types of strings?

0 Answers  


Can a class be private?

0 Answers  


What error occurs if a try-catch-finally statement sequence does not have a catch clause?

4 Answers  


how to convert mm/dd/yy to dd/mm/yy using collections in java.

4 Answers   Bosch,


What are the benefits of operations in java?

0 Answers  


what is web.xml?and its use?

7 Answers   CTS,


Categories