MCQOPTIONS
Bookmark
Saved Bookmarks
→
Java Programming
→
Exceptions
→
jspService() method of HttpJspPage class should no..
1.
jspService() method of HttpJspPage class should not be overridden.
A.
False
B.
True
C.
NA
D.
NA
E.
NA
Answer» B. True
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
What is the difference between servlets and applets?<br>i.Servlets execute on Server; Applets execute on browser<br>ii.Servlets have no GUI; Applet has GUI<br>iii.Servlets creates static web pages; Applets creates dynamic web pages<br>iv.Servlets can handle only a single request; Applet can handle multiple requests
Which are the session tracking techniques?<br>i. URL rewriting<br>ii. Using session object<br>iii.Using response object<br>iv. Using hidden fields<br>v. Using cookies<br>vi. Using servlet object
Which of the following is good coding practice to determine oddity?<br>i)<br><pre class="prettyprint lang-c">public boolean Calc(int n)<br>{<br> return (n & 1)!= 0;<br> }<br></pre><br>ii)<br><pre class="prettyprint lang-c">public boolen Calc(int n)<br>{<br> return n % 2 == 1;<br>}<br></pre>
What is the lastest version of Java?
JVM stands for ____
Which are the session tracking techniques?
What is the difference between servlets and applets?
request is instance of which one of the following classes?
What does foo.getClass().getMethod( doSomething , null) return?
jspService() method of HttpJspPage class should not be overridden.
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply