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 |
Which collection does not allow duplicates in java?
a thread is runnable, how does that work? : Java thread
Can array grow dynamically in java?
Difference between a Canvas and a Scroll Pane?.
How to run a JAR file through command prompt?
Why Java is not purely object oriented?
50 Answers Elitecore, Persistent, Reliance, Wipro,
What is the default execution method in java?
Is java programming easy?
how to accept integer array in java
How do you override a method?
What are the major advantages of internal iteration over external iteration?
What is scope & storage allocation of static, local and register variables? Explain with an example.