Questions & Answers for Interviews

Q1).State the different types of linked lists? ANS). The different types of linked list includes, single linked list, double linked list and circular linked list. Q2).List the basic operations carried out in a linked list? ANS). The basic operation carried out in a linked list includes *creation of a list …

Read More »

How to change the port number of the Tomcat Server

Sometimes developers might facing server problems like “Several ports (8005, 8080, 8009) required by Tomcat v6.0 Server at localhost are already in use. The server may already be running in another process, or a system process may be using the port. To start this server you will need to stop …

Read More »

MIME – Multi Purpose Internet Mail Extension

A MIME stands for Multipurpose Internet Mail Extension. In the context of internet or web applications the way of identifying files according to their nature and format. While developing the web applications specify content-type in the header part of HTTP – response. A MIME type is a mechanism that can …

Read More »