The major difference between servlet and CGI is
							Options
 - Servlets are thread based and CGI is process based
 - Servlets executes slower compared to CGI
 - Servlet has no platform specific API, where as CGI has
 - All of the above
							CORRECT ANSWER :   Servlets are thread based and CGI is process based 
                            
                            
			        
				Write your comments