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 |
Why do we need variables?
Can we override a variable in java?
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.
Is special character in java?
Can we access a database using applets?
How does class forname work in java?
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)
What is the nested interface?
What is serialVersionUID and what is its need?
What is the difference between scrollbar and scrollpane?