; ; ; ; Updated in 2565 : on 2022 : 3 : 21 : *let* ;

Also see: Time . Space . Action before programming;

<APPLET>, HTML tag;

applet, Canon's usage; Device console dependent GUI, or regular interface; Applets can also be defined as <!-- web-browser-independent-small-application, and THIS {set} must be TRUE --> ;     Also see: J2ME;

=====

class (APPLET) applet class, Sun's usage; i.e. x y z .java file might contain codes as:

import java . a w t .Graphics;
public class xyz extends java . app let . App let { public void paint (Graphics object_name_here_so_called_123)
{object_name_here_so_called_123.drawString("This text will be shown from display", 140, 180); }}

Note: applet xyz imports built in class, and then the applet extends and initiates an object, and then the object later calls a function to prompt texts onto display, ... ;

=====

cmd let, ... as a name of a cmd let, function, script file, ... ; e.g. Control Panel >> All Control Panel Items >> Administrative Tools >> Windows Power Shell Modules ;

e s p let, Canon's usage; No GUI, however interface exists, might be designed for robotic crawler ... ; Also see: J2ME;

J S D K, Sun's usage; Java S e r v let Development Kit;

micro SD;

s e r v let, Canon's usage; Device console independent GUI, but web browser dependent, therefore whenever a new connection at server, service() methods of s e r v let require "response" from the server; According to JAVA2 documentation, S e r v let interface does not need methods e.g. paint(), start(), stop(), ..., on the other hand, Applet interface methods does require to define ... ;   Also see: J2ME; Sun's s e r v lets;

tablet PC, portable mobile computer, and without keyboard I/O; i.e. TABLET;

...

Up