Answer Posted / 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 View All Answers
Explain java coding standards for interfaces?
What are the two types of exceptions in java? Which are the differences between them?
Is final static java?
What is the purpose of an interface?
What is a container in a gui?
How to perform quicksort in java?
How do you sort data in java?
What languages are pass by reference?
How to make a non daemon thread as daemon?
how to know the total memory occupied by the objects in the ArrayList(Array list may contain duplicate objects)
Suppose if we have variable ' I ' in run method, if I can create one or more thread each thread will occupy a separate copy or same variable will be shared?
What is Mutex (Mutual Exclusion Object) ?
What the difference is between execute, execute Query, execute Update?
Where is java located?
What does @param args mean in java?