
quiz 2parte Jsp to Ajax
Authored by Roberto Bolla
Fun
1st - 5th Grade
Used 2+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
37 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Cosa succede a una pagina JSP quando è inviata al server per la prima volta?
Viene compilata in un servlet Java
Viene eseguita direttamente dal browser
Viene interpretata come un semplice file di testo
Viene ignorata fino alla prossima richiesta
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Quale oggetto implicito in una pagina JSP rappresenta la richiesta HTTP inviata dal client?
request
response
session
application
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Quale sintassi viene usata in una JSP per inserire un commento che non viene incluso nell'output HTML?
<%-- commento --%>
<!-- commento -->
<% // commento %>
<%/* commento */%>
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Quale attributo del tag HTML <form> specifica l'URL di destinazione a cui inviare i dati?
action
href
target
method
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Quale metodo HTTP invia i dati di un form nel corpo della richiesta?
POST
GET
PUT
DELETE
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In JSP, quale metodo si utilizza per leggere il valore di un parametro inviato da un form?
request.getParameter("campo")
request.getAttribute("campo")
session.getAttribute("campo")
response.getParameter("campo")
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Quale metodo di HttpServletRequest restituisce il valore di un header HTTP specifico?
request.getHeader("nome")
request.getHeaderValue("nome")
request.getAttribute("nome")
request.getParameter("nome")
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?