Programming & Design
Interface vs Abstract Class in Java
Interface or a protocol is a common way that allows unrelated objects to communicate with each other. It represents an agreed-upon behavior that facilitates the interaction between the two objects. An abstract... |
ASP vs SAAS
ASP and SaaS is essentially more or less the same thing. The terms are often used interchangeably to refer to software or a service that one can access over the Internet. ASP stands for “Application Service... |
Cookies vs Sessions
Cookie, also known as HTTP cookie, web cookie, or browser cookie, is a small packet of data that is sent from a website to the server and is stored in the user’s web-browser. The cookies are used to send... |
HTML vs XHTML vs DHTML vs XML
HTML stands for HyperText Markup Language. It is a well known mark up language used to develop web pages. It has been around for a long time and is commonly used in webpage design. XHTML stands for Extensible... |
HTML5 Video vs Flash Video
HTML5 is the fifth revision of the HTML standard. HTML stands for HyperText Markup Language. It is a well known mark up language used to develop web pages. The core aims of HTML5 have been to improve the... |