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 public static void main?
what is difference between perfom() & excute() ?
Accenture NJ mostly ask question on Collection like 1)How to sort Objcts and how treeset sort them 2)Explain mechanism of Hashcode finding in Java 3)Name some of the Sorted collection.
What does snprintf return?
What is t in parametric equations?
When do we use synchronized blocks and advantages of using synchronized blocks?
i need example for java abstraction. where we use abstraction and why we need abstraction.
What are the Abstract Classes provided by Java?
Explain the importance of thread scheduler in java?
What is a boolean expression in java?
What is object data type?
How do you check if a string contains only numeric digits?