Google News
logo
JSP - Interview Questions
Explain Server-side technology with examples.
Server-side technologies range from server-side scripting languages, database management systems, web server software such as Apache, IIS, node.js, tomcat. Server-side scripting languages like ASP, PHP, ColdFusion, Python, or JSP are used for developing dynamic web pages that can be accessed through state-less Internet protocol such as HTTP, FTP, SMTP, or Telnet.
 
The client machine sends the client’s request to the server, then the server verifies and executes the file and its embedded scripts, and formats resulting files and sends it to the client. The response is displayed on the client via browsers like Chrome, Mozilla, Internet Explorer, Opera, or Safari.
Advertisement