how to pass the parameters to applets?

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


Please Help Members By Posting Answers For Below Questions

What are the types of java?

598


What is garbage collector?

612


How would overload a function based on return type?

542


Why do we need wrapper classes?

566


What is an object in java?

550






Explain the importance of join() method in thread class?

634


What is class variable java?

576


What is the use of http-tunneling in rmi?

539


Say you want to store the information about a number of pets in an array. Typical information that you could store for each pet (where relevant) would be • Breed of animal • Animal's name • Its birth date • Its sex • Whether it has been sterilised or not • When it is due for its next inoculation • When it last had its wings clipped For each type of pet (eg. dog, cat or bird) you would typically define a class to hold the relevant data. Note: You do not need to implement these classes. Just answer the following questions. 3.1.1 What would be the advantage of creating a superclass (eg. Pet) and declaring an array of Pet objects over simply using an array of Objects, storing each of the instances of the different pet classes (eg. Dog, Cat or Bird) in it? 3.1.2 Would you define Pet as a class or as an interface? Why? (2) (2)

1337


What is java life cycle?

527


How will you serialize a singleton class without violating singleton pattern?

1515


What is java in simple terms?

544


What is the difference between C++ and Java and your preferences?

599


What is thread start?

512


Do you know how to reverse string in java?

574