nitin soni


{ City } fatehpur
< Country > india
* Profession *
User No # 62889
Total Questions Posted # 0
Total Answers Posted # 2

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 35
Users Marked my Answers as Wrong # 2
Questions / { nitin soni }
Questions Answers Category Views Company eMail




Answers / { nitin soni }

Question { Miracle Solutions, 46777 }

What is the difference between an applet and a servlet?


Answer

(1):Applet is a part of Core JAVA and Servlet of Advance
Java. Applet is client side program and Servlet is Server
side. When Applet runs it take the resources of client
whereas Servlet is processed at server.

(2):An Applet's class, jar files can be accessed and
downloadable by client but not so in case of servlet.

(3):Applets can run under any web browser their execution
is dependent on Client as they require JRE Whereas Servlets
do not require any thing specific at client side, as they
require java enabled web/application Server.

Is This Answer Correct ?    30 Yes 1 No

Question { 6242 }

How to make multilanguage site in php?
(like english,tamil)


Answer

This is very easy. Showing data is hold in variables
(english.php and tamil.php) and change php according to
language with the help of cookies.

Is This Answer Correct ?    5 Yes 1 No