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

Why do we need variables?

0 Answers  


Can we override a variable in java?

0 Answers  


what is the use of private constructor in core java?

3 Answers   OnMobile, Satyam, Yash Technologies,


What is an infinite loop in java? Explain with an example.

0 Answers  


Is special character in java?

0 Answers  


Can we access a database using applets?

2 Answers   Hewitt,


How does class forname work in java?

0 Answers  


What is method overloading in JAVA? Why is it not present in C ?

0 Answers   Akamai Technologies,


how to know the total memory occupied by the objects in the ArrayList(Array list may contain duplicate objects)

0 Answers   Infosys, TCS,


What is the nested interface?

0 Answers  


What is serialVersionUID and what is its need?

1 Answers   KPIT,


What is the difference between scrollbar and scrollpane?

0 Answers  


Categories