اپلت Applet – اسم. یک برنامه کاربردی که به زبان برنامهنویسی جاوا نوشته شده است و میتواند از یک سرور وب بازیابی شده و توسط یک مرورگر وب اجرا شود. ارجاع به یک اپلت در نشانهگذاری یک صفحه وب ظاهر میشود، همانطور که ارجاع به یک فایل گرافیکی ظاهر میشود؛ یک مرورگر، یک اپلت را همانطور که یک فایل گرافیکی را بازیابی میکند، بازیابی میکند. به دلایل امنیتی، حقوق دسترسی یک اپلت به دو روش محدود میشود: اپلت نمیتواند به سیستم فایل کلاینتی که روی آن اجرا میشود دسترسی داشته باشد، و ارتباط اپلتها در سراسر شبکه محدود به سروری است که از آن دانلود شده است.
applet n. An Application Program, written in the Java programming language, that can be retrieved from a Web server and executed by a Web browser. A reference to an applet appears in the markup for a Web page, in the same way that a reference to a graphics file appears; a browser retrieves an applet in the same way that it retrieves a graphics file. For security reasons, an applet s access rights are limited in two ways: the applet cannot access the file system of the client upon which it is executing, and the applets communication across the network is limited to the server from which it was downloaded.