how to pass the parameters to applets?

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


Please Help Members By Posting Answers For Below Questions

Is null a string or object in java?

725


What is tree in java?

668


What is externalizable interface?

806


What is main string [] args?

728


What are the basic interfaces of java collections framework?

825


What is the difference between JDK and JVM?

848


Explain differences between checked and unchecked exceptions in java?

821


Is int primitive data type?

730


What is a stack class in java ?

830


Can private members of a base class are inheritable justify?

677


What are the six ways to use this keyword?

815


Can we overload the constructors?

744


Is java call by reference?

708


What is difference between static class and singleton pattern?

665


What is variable and rules of variable?

738