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
What are classloaders?
Can we create more than one object singleton class?
Is it compulsory for a try block to be followed by a catch block in java for exception handling?
What is a boolean expression in java?
What do bitwise operators do?
Difference between arraylist and hashset in java?
Print Vertical traversal of a Binary Tree.
What is the differences between c++ and java? Explain
extending thread class or implementing runnable interface. Which is better? : Java thread
Tell me how many ways are there to initialise an integer with a constant.
Which data type is class in java?
What is length in java?
What access modifiers can be used for variables?
How many arguments can a method have java?
explain local datetime api in java8?