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 |
Is array passed by reference in java?
Why string is immutable with example?
What are encapsulation, inheritance and polymorphism?
Why Wait and notify are kept in Object class although they are used only with Thread Class
2 Answers Global Logic, Saksoft,
Why does abstract class have constructor?
What is thread safe java?
Difference between error and exception
How can two threads be made to communicate with each other?
What are the approaches that you will follow for making a program very efficient?
What is the difference between path and classpath variables?
Can java cast null?
What data structures are used to perform recursion?
0 Answers Akamai Technologies,