11. |
What is correct syntax of _jspService method in JSP?
JSP મા _jspService મેથડ ની સાચી સિન્ટેક્ષ શું છે?
|
||||||||
Answer:
Option (b) |
12. |
How many implicit objects available in JSP?
JSP મા કેટલા ઈમ્પલીસીટ ઓબ્જેક્ટ આવેલ છે?
|
||||||||
Answer:
Option (c) |
13. |
What is output of following code? <%session.setAttribute("name","Demo");%> <%=session.getAttribute("Demo")%> નીચે આપેલ કોડ નું આઉટપુટ શું આવશે? <%session.setAttribute("name","Demo");%> <%=session.getAttribute("Demo")%>
|
||||||||
Answer:
Option (c) |
14. |
Which of following is JSP implicit object of type ServletContext?
નીચે આપેલ માંથી કયો ServletContext ટાઈપ નો JSP ઈમ્પલીસીટ ઓબ્જેક્ટ છે?
|
||||||||
Answer:
Option (b) |
15. |
Which of following is JSP implicit object of type ServletConfig?
નીચે આપેલ માંથી કયો ServletConfig ટાઈપ નો JSP ઈમ્પલીસીટ ઓબ્જેક્ટ છે?
|
||||||||
Answer:
Option (a) |
16. |
Which tag is used to execute java source code in JSP?
Java સોર્સ કોડ ને JSP મા એક્ઝીક્યુટ કરવા ક્યા ટેગ નો ઉપયોગ થાય છે.
|
||||||||
Answer:
Option (c) |
17. |
Which of following is scripting elements in JSP? નીચે આપેલ માંથી ક્યા JSP સ્ક્રિપ્ટીંગ એલિમેન્ટ છે?
|
||||||||
Answer:
Option (d) |
18. |
Directive syntax is _________. Directive (ડીરેક્ટીવ) ની સિન્ટેક્ષ _________ છે.
|
||||||||
Answer:
Option (a) |
19. |
Expression syntax is ________.
Expression (એક્ષપ્રેશન) ની સિન્ટેક્ષ _________ છે.
|
||||||||
Answer:
Option (c) |
20. |
Declaration syntax is _______.
Declaration (ડીકલેરેશન) ની સિન્ટેક્ષ _________ છે.
|
||||||||
Answer:
Option (a) |