answersLogoWhite

0

Still curious? Ask our experts.

Chat with our AI personalities

ViviVivi
Your ride-or-die bestie who's seen you through every high and low.
Chat with Vivi
BlakeBlake
As your older brother, I've been where you are—maybe not exactly, but close enough.
Chat with Blake
CoachCoach
Success isn't just about winning—it's about vision, patience, and playing the long game.
Chat with Coach

Add your answer:

Earn +20 pts
Q: During a transfer when would you ease a client to the nearest surface?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Basic Math

When a JSP is executed what will be sent to the client?

html


What is the specification points in d t?

Form, Function, Quality, Environment, Size, Client, Material, Maintenance, Safety and Legislation, Manufacture, Ergonmomics, Client


What is the difference between an applet and a servlet?

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. An Applet's class, jar files can be accessed and downloadable by client but not so in case of servlet. 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. Dilpreet Singh (SCJP,OCA 9i) www.geocities.com/heartsinghThe main difference is that a servlet is a server side component while applet is a client side component, moreover, a servlet doesn't have GUI while applet have GUI. A servlet runs inside a server and results are sent to client, so it consumes less network bandwidth, and also secure, while applet runs on client side in a browser, so entire code for applet is 1st sent to client and then it is executed on the client machine itself, so it also consumes more network bandwidth.


Differences between cgi and servlet?

CGI creates process for each client call where as servlet creates process for the first time and then uses thread for each client.


Why is PHP superior to Client side scripting languages such as Javascripting?

Website scripts run in one of two places - the client side or the server side.Client side development is done almost exclusively in JavaScript. This is, in addition to basic HTML and CSS code.So This is the main Reson Javascript is called Client Side scripting language. For Serverside PHP is used,Because PHP is used for development the Dynamically Website. And PHP Need atlist one serve.