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
Can a class extends itself in java?
Can a source file contain more than one class declaration?
Do we have pointers in java?
Is java jre still free?
Which sort is best in java?
What types of index data structures can you have in java?
Which class is used by server applications to obtain a port and listen for client requests?
Explain what access modifiers can be used for variables?
What is early binding and late binding in java?
How many bytes is a unicode character?
When can you say a graph to be a tree?
How many types of classes are there in java?
Is java a security risk?
What is Java Annotations?
Explain how to convert any java object into byte array.