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 |
Java support call by reference (pass by reference) ?
can u override the start() method of Thread class
What is System class and its purpose?
What are some alternatives to inheritance?
Difference between Application and Applet ?
what is the significance of listiterator in java?
what are different ways in which a thread can enter the waiting state? : Java thread
How do you convert boolean to boolean?
Explain about static nested classes in java?
Which collection allows duplicate values in java?
Why enumeration is faster than iterator?
Can a lock be acquired on a class in java programming?