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 reflexive association?
What happens if we don’t override run method ?
What are the types of web technologies?
How do you classify Dialog Box?
What is variable argument in java?
Can we assign the reference to this variable?
Can we have 2 main methods in java class?
Does A Class Inherit The Constructors Of Its Superclass?
What makes a function well defined?
What is string in java with example?
What does sizeof return?
Explain the hierarchy of java exception classes?
What is the difference between path and classpath variables?
Explain about anonymous inner classes in java?
What is use of super keyword?