Difference between Web Server and Application Server
Web Server Application Server It is a program which uses the Client/Server model and Hyper Text Transfer Protocol (HTTP) to serve files to web users. The files are served in…
Difference between JDK (Java development kit) and JRE (Java Runtime environment)
JDK Vs. JRE JDK JRE The acronym for JDK is “Java Development Kit” released by Oracle corporation. The acronym for JRE is “Java Runtime Environment” which is also released by…
Difference between Server side scripting and Client side scripting | Server side scripting vs. Client side scripting
We would define a script as a set of instructions. For Web pages they are instructions either to the Web server(server-side scripting) or to the Web Browser (client-side scripting). Let’s…