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

What is reflexive association?

1168


What happens if we don’t override run method ?

658


What are the types of web technologies?

656


How do you classify Dialog Box?

740


What is variable argument in java?

667






Can we assign the reference to this variable?

636


Can we have 2 main methods in java class?

633


Does A Class Inherit The Constructors Of Its Superclass?

628


What makes a function well defined?

643


What is string in java with example?

581


What does sizeof return?

638


Explain the hierarchy of java exception classes?

700


What is the difference between path and classpath variables?

612


Explain about anonymous inner classes in java?

672


What is use of super keyword?

669