MCQOPTIONS
Bookmark
Saved Bookmarks
→
Java Programming
→
Exceptions
→
What is the lastest version of Java?..
1.
What is the lastest version of Java?
A.
7
B.
6
C.
9
D.
8
Answer» D. 8
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