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

Why charat is used in java?

0 Answers  


How to print nodes of a Binary tree?

0 Answers  


What is a local block?

0 Answers   Global Logic,


String class is defined under which package in java?

0 Answers  


Differentiate between == and equals().

0 Answers  






What is the use of put method?

0 Answers  


Name the methods in mouse listeners ?

4 Answers  


Memory management in JAVA

3 Answers   Tech Mahindra, Wipro,


What is passed by reference and pass by value ?

0 Answers  


How do you reverse a string in java without using string buffer?

0 Answers  


Can we have any other return type than void for main method?

0 Answers  


make a method which any number and any type of argument and print sum of that arguments.....

0 Answers  


Categories