McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2025
→
Master of Science in Information Technol...
→
Advanced JAVA
→
Servlet and Overview
→
Which HTTP Request method is non-idempot...
Q.
Which HTTP Request method is non-idempotent?
A.
GET
B.
POST
C.
Both A & B
D.
None of the above
Answer» C. Both A & B
2.3k
0
Do you find this helpful?
24
View all MCQs in
Advanced JAVA
Discussion
No comments yet
Login to comment
Related MCQs
In HTTP Request method Get request is secured because data is exposed in URL bar
Which of these method is called when http daemon is acting like a normal web server?
Which of these method of httpd class is used to get report on each hit to HTTP server?
Which http method send by browser that asks the server to get the page only?
Which method is used to send the same request and response objects to another servlet in RequestDispacher ?
In JSP page directive which attribute defines theMIME(Multipurpose Internet Mail Extension) type of the HTTP response?
Which of the following code is used to get an attribute in a HTTP Session object in servlets?
The server listens for a connection request from a client using which of the following statement?
Which class can handle any type of request so that it is protocol-independent?
What is the difference between servlets and applets? i. Servlets execute on Server; Applets execute on browser ii. Servlets have no GUI; Applet has GUI iii. Servlets creates static web pages; Applets creates dynamic web pages iv. Servlets can handle only a single request; Applet can handle multiple requests