Dictionary    Maps    Thesaurus    Translate    Advanced >   


Tip: Click Thesaurus above for synonyms. Also, follow synonym links within the dictionary to find definitions from other sources.

1. The Free On-line Dictionary of Computing (30 December 2018)
Java servlet
Java servelet
servelet
servlet

    (By analogy with "applet") A Java program
   that runs as part of a network service, typically an HTTP
   server and responds to requests from clients.

   The most common use for a servlet is to extend a web server
   by generating web content dynamically.  For example, a
   client may need information from a database; a servlet
   can be written that receives the request, gets and processes
   the data as needed by the client and then returns the result
   to the client.

   Applets are also written in Java but run inside the JVM
   of a HTML browser on the client.  Servlets and applets
   allow the server and client to be extended in a modular way by
   dynamically loading code which communicates with the main
   program via a standard programming interface.

   Servlets are more flexible than CGI scripts and, being
   written in Java, more portable.

   The spelling "servelet" is occasionally seen but JavaSoft
   spell it "servlet".  There is no such thing as a "serverlet".

   <http://java.sun.com/products/servlet/>.

   (2002-10-06)


Common Misspellings >
Most Popular Searches: Define Misanthrope, Define Pulchritudinous, Define Happy, Define Veracity, Define Cornucopia, Define Almuerzo, Define Atresic, Define URL, Definitions Of Words, Definition Of Get Up, Definition Of Quid Pro Quo, Definition Of Irreconcilable Differences, Definition Of Word, Synonyms of Repetitive, Synonym Dictionary, Synonym Antonyms. See our main index and map index for more details.

©2011-2024 ZebraWords.com - Define Yourself - The Search for Meanings and Meaning Means I Mean. All content subject to terms and conditions as set out here. Contact Us, peruse our Privacy Policy