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
what is predefined function in java?
How do you check whether the list is empty or not in java?
How would you use Bubble Sort to sort the number of elements?
What technique is carried out to find out if a particular string is empty?
How to instantiate member inner class?
What is pojo class in java?
How the metacharacters are different from the ordinary characters?
What is the memory leak in java?
How does enum work in java?
Define an enumeration?
What is the significance of listiterator?
What is difference in between java class and bean?
Can we declare an array without size in java?
Justify your answer that you can't define a method inside another method in java, if you can then how?
What is the difference between class & object?