Which of the following HTTP methods is designed to retrieve data safely from a specified web resource without causing any side effects or modifications on the server? MCQ with Answer and Explanation

Which of the following HTTP methods is designed to retrieve data safely from a specified web resource without causing any side effects or modifications on the server?
A. DELETE
B. GET
C. PUT
D. POST
Answer: Option B
Solution (By JKExamLibrary)
The GET method is used strictly to request and fetch data from a designated resource without changing the state of that resource on the server.

This question belongs to: Computer Internet and Web Technologies

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Internet and Web Technologies Questions

Question #1 Report Error
Which of the following web browser features allows users to open and switch between multiple web pages within a single application window?
A. Bookmarking
B. Extensions Engine
C. History Pane
D. Tabbed Browsing

Correct Answer: Option D


Explanation:
Tabbed browsing enables multiple web pages to be loaded simultaneously within distinct tabs inside the exact same window frame.

This question belongs to: Computer Internet and Web Technologies
Question #2 Report Error
Which of the following is a characteristic of a WebSocket?
A. It is based on HTTP/2
B. It uses a new port for each message
C. It is a request-response protocol
D. It provides full-duplex communication over a single TCP connection

Correct Answer: Option D


Explanation:
WebSocket enables two-way interactive communication between a client and server over a single persistent connection, unlike HTTP which is half-duplex.

This question belongs to: Computer Internet and Web Technologies
Question #3 Report Error
Which of the following is a valid top-level domain (TLD)?
A. .www
B. .html
C. .com
D. .http

Correct Answer: Option C


Explanation:
.com is a generic top-level domain (gTLD) used for commercial purposes. .html, .http, .www are not valid TLDs.

This question belongs to: Computer Internet and Web Technologies