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 the difference between checked exception and unchecked exception?
Can a class extend 2 classes in java?
What are the advantages of exception handling in java?
what is thread? What are the high-level thread states? : Java thread
What is a dot notation?
what r advatages of websphere? & how to deploy?
What does system out println () do?
What is string example?
Is null a string or object in java?
What are checked exceptions?
What is the r character?
What interface is extended by awt event listeners?
Are global variables initialized to zero?
What is the difference between an inner class and a sub-class?
Why map is used in java?