Home

What is the correct answer?

4

If you want to assign a value of 99 to the variable year, then which of the following lines can be used within an <applet> tags?

A. number=getParameter(99)

B. <number==99>

C.

D. <param = radius value ==99>

Correct Answer :

C.


Related Questions

The name of the RMI compiler is ___________ Frames and applets cannot be used together in the same program. We can over load methods with differences only in their return type. The name of a Java program file must match the name of the class with… Consider the following class definition.Class Student extends String{}What… The break statement is required in the default case of a switch selection… Which exception is thrown by the read() method of InputStream class? When X is a positive number the operations x>> 2 and x>>>2… executeUpdate(------------) returns ___________ When the string objects are compared with ==, the result is true If the… EJBs can be of the following type(s)None of the above Which of the following will produce a value of 22 if x=22.9: Which of the following methods can be used to remove a component from… JSP files creates ________________ In RMI before running the client program we must start RMI Registry. Which of the following statements are true? Which of the following string can be used as mode string for creating… All methods in an abstract class must be declared abstract. What is wrong in the following class definitions? abstract class… Which javadoc tag is used to denote a comment for methods parameters? If you want to assign a value of 99 to the variable year, then which of… Consider the following statements: int x = 10, y = 15; x = ((x < y)… We can add more than one class(es) at the time of compilation Java Beans. A package is a collection of In order to connect to a database through java program we must create… Java always provides a default constructor to a class. Every method of a final in class is implicitly final. The keywords reserved but not used in the initial version of Java re: What is java -g used for? JdbcOdbcDriver is an object of Object class