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 |
What is java basic concept?
What is the default value of an object reference declared as an instance variable?
Write a code to create a trigger to call a stored procedure
How can we get one Interface methods whit out using implementation of interface
What is meant by 'bit masking' in java?
what is the major difference between linkedlist and arraylist in java?
List interface?
why java does compile time polymorphism at run time ?
Write a java program to check if a number is prime or not?
How many bits does a boolean take?
What is assembly language?
Why do we create threads in java?