Scriptlet: Difference between revisions

Content deleted Content added
No edit summary
Reverted 2 edits by Juliusfriedman (talk): Wrong. (TW)
Line 1:
{{Unreferenced|auto=yes|date=December 2009}}
 
In [[Computer science]] a '''scriptlet''' is another word for script. '''(Disambiguation for the word 'Script' is required')'''
 
In [[JavaScript]], [[PHP]], [[Batch_(Unix)]], [[DOS]] or just about any other interpreted language a piece of code can also be considered a '''scriptlet'''.
 
The '''scriptlet''' is the code which is being interpreted by the run time environment which controls the code execution.
 
In [[JavaServer Pages]] (JSP) technology, a '''scriptlet''' is a piece of [[Java (programming language)|Java]]-code embedded in the [[HTML]]-like JSP code.