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
Is null a string or object in java?
What is tree in java?
What is externalizable interface?
What is main string [] args?
What are the basic interfaces of java collections framework?
What is the difference between JDK and JVM?
Explain differences between checked and unchecked exceptions in java?
Is int primitive data type?
What is a stack class in java ?
Can private members of a base class are inheritable justify?
What are the six ways to use this keyword?
Can we overload the constructors?
Is java call by reference?
What is difference between static class and singleton pattern?
What is variable and rules of variable?