Home

What is the correct answer?

4

A JSP file can be stored_________________

A. With the extension .jsp in servlets folder of the jws

B. With the extension .html in public_html folder of the jws

C. With the extension .jsp in public_html folder of the jws

D. None of the above.

Correct Answer :

C. With the extension .jsp in public_html folder of the jws


Related Questions

JdbcOdbcDriver is an object of Object class All methods in an abstract class must be declared abstract. Which of the following represent legal flow control statements? When we implement the Runnable interface, we must define the method The default case is always required in the switch selection structure. The break statement is required in the default case of a switch selection… Servlet has ___________ It is perfectly legal to assign a subclass object to a supper class reference. Which javadoc tag is used to denote a comment for methods parameters? We can add more than one class(es) at the time of compilation Java Beans. The modulus operator (%) can be used only with Integer operands. The expression (x == y && a<b) is true If either x == y is true or… Which of the following will produce a value of 22 if x=22.9: Java always provides a default constructor to a class. Declaring a method synchronized guarantees that the deadlock cannot occur. The name of the RMI compiler is ___________ Throwing an exception always causes program termination. Members of a class specified as private are accessible only to the methods… Two methods cannot have the same name in Java. When we implement an interface method, it should be declared as public. Submit button always fires doPost(...) Give file is a file object, which of the following are legal statements… A Java monitor must either extend thread class or implement Runnable interface. A package is a collection of We would like to make a member of a class visible in all subclasses regardless… In RMI we invoke client method from remote server An EJB is a server-side component that encapsulates the business logic… A catch can have comma-separated multiple arguments. DataInput is A static class method can be invoked by simply using the name of the method…