how to pass the parameters to applets?



how to pass the parameters to applets?..

Answer / 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

More Core Java Interview Questions

Is c better than java?

0 Answers  


What are void pointers?

1 Answers  


What is super keyword in java ?

1 Answers  


what is the diff b/w arraylist and vector?

6 Answers   Code Genesis, Genesis, Sprintine Labs,


Explain wait(), notify() and notifyall() methods of object class ?

0 Answers  






What is the difference between a method and a function in alice?

0 Answers  


How to create an interface?

0 Answers  


What is the difference between a Window and a Frame?

6 Answers   Infosys, ProKarma,


Why does java doesnt suuport unsigned values?

0 Answers   ABC,


what is main purpose of interface?

2 Answers   Accenture, HCL, NIIT,


how to write a program for chat function using core java

1 Answers   Satyam,


What is scope & storage allocation of global and extern variables? Explain with an example

0 Answers   IBS,


Categories