kleine anwendung

listen to the pronunciation of kleine anwendung
Englisch - Türkisch

Definition von kleine anwendung im Englisch Türkisch wörterbuch

applet
Uygulamacık
applet
Küçük Uygulama
Deutsch - Englisch
applet
(n ) A small Java program that can be embedded in an HTML page Applets differ from full-fledged Java applications in that they are not allowed to access certain resources on the local computer, such as files and serial devices (modems, printers, etc ) and are prohibited from communicating with most other computers across a network
a Java application; an application program that uses the client's web browser to provide a user interface
A program or mini-application that can be downloaded over a network and activated on the user's computer To do this safely, you must have a secure way of running applets The Java language is designed to support safe applets
An applet is a small application In terms of the Internet, an applet is a little program that can be sent with a Web page to a user Using Java programming language, applets can perform animation and other tasks without having to send user data back to a host server
A small Java program that can be embedded in an HTML page Unlike full-fledged Java applications, applets aren't allowed to access certain resources on the local computer, such as files, modems, and printers See Also: HTML , Java
a small program module that runs under the control of a larger application, typically a web browser
Programs written in Sun Microsystem's Java language The programs contain the code needed to "play" animations or to present interactive applications Applets can be downloaded using Netscape and played in a Web session
An application, written in Java, that can run inside a web page but is not limited by the functionality of HTML Because applets are separate programmatic objects, they often do not work with accessibility aids, although features are becoming available in the Java language to permit this
A small Java program that can be embedded in an HTML page Applets differ from full-fledged Java applications in that they are not allowed to access certain resources on the local computer, such as files and serial devices (modems, printers, etc ), and are prohibited from communicating with most other computers across a network The common rule is that an applet can only make an Internet connection to the computer from which the applet was sent See also: HTML, Java
A small Java program that can be placed (embedded) in an HTML page Applets differ from full-fledged Java applications in that they are not allowed to access files and serial devices (modems, printers, etc ) on the local computer, and are prohibited from communicating with other computers across a network See Also: HTML, Java, Network
A compact program that can be downloaded quickly and used by a remote computing device Applets are not allowed to access certain resources on the remote device See Java, Java Card
An applet is a small executable module that normally doesn't have the complete features and user interface of a normal application Java is the language most commonly associated with applets An applet is like a small piece of executable code that needs a full application to contain it The applet runs inside of the application in a "sand box" or "virtual machine," which is a set of computer resources and instructions that makeup an environment for the applet's execution Back to Top
Written in Java, these are small programs that are delivered with web pages in the same way as are images They occupy a rectangular area in the window and perform some task such as interacting with the user or displaying animations Web sites use them for many purposes, most of which are benign However, a few truly irritating advertisements use Java applets for animation PopUpCop can be made to disable them, but use this switch with caution; turning Java applets off may prevent some web sites from working properly
An applet is a small program that is automatically downloaded from a website to your computer when you visit a particular web page; it allows a page to be interactive---to respond to your input The applet runs on your computer, not the computer that hosted the web page These materials contain many applets to illustrate statistical concepts and to help you to analyze data Many of them are accessible directly from the tools page
{i} (Computers) small application designed to perform a very specific function; small Java application that can be sent to a user from a World Wide Web site and run within a Java-enabled Web browser
A small Java program that can be embedded in a web page to create special effects Applets differ from full-fledged Java code They are not allowed to access certain resources on the local computer such as files and serial devices, and are prohibited from communicating with most other computers across a network
An applet is a computer program which is contained within a page on the World Wide Web, and which transfers itself to your computer and runs automatically while you are looking at that Web page. a computer program that is part of a larger program, and which performs a particular job, such as finding documents on the Internet (application + -let)
A small application program, limited in scope to one small but useful task A calculator program or a card game might be called an applet A small software module that runs on a Java Virtual Machine (JVM) inside a Web browser
A small Java program which allows a file or Web page to display animation, calculators, sound effects or other interactive functions (See also "Java")