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 the disadvantage of synchronization?
how to handle a singleton service locator. when multiple threads are trying to get the singleton object in same time
What is Java Shutdown Hook?
What are the types of java?
In what ways you can handle exception ?
How many objects are created for a singleton class
What methods are called, When we navigate from one applet to another applet?
what is connection pooling with example?
What is collection class in java? List down its methods and interfaces.
What is downcasting?
What does sizeof return?
What do u mean by method and also contructer in java ?