Определение applets в Английский Язык Английский Язык словарь
An application interface where referencing (perhaps by a mouse click) a remote application as a hyperlink to a server causes it to be downloaded and run on the client
To assist in running multimedia applications on the Web, small programs that can be downloaded and run in browser window 7 11, 12 36
Applets are small, simple Java applications (embedded in a Web document) that download quickly and easily into a browser
Applets are miniature programs The name comes from the term appli-cations which is one variety of a software program
Java's advantage is in that it is composed of many smaller, re-usable chunks of programming code, called "applets" (short for "applications") This allows for quicker transfer over the internet, meaning many new programs will now be able to become directly interactive, incorporating animation, sound, and more (See also Java, ShockWave, and VRML)
Small downloadable programs run within a web browser, often used in web pages to add dynamic content, such as animated graphics Generally written in Java
A java-scripted application program, which allows the user to view animation or display a scrolling ticker on a web page
Small programs, written in Java, which are downloaded as needed and executed within a web page or browser
These are mini Java applications used for animation, interactive forms and online games
Small programs embedded in a Web page that gives special functionality, usually written in Java
Programs that run inside net browsers, usually in Java and typically involving modestly interactive graphics http: //java sun com/docs/books/tutorial/applet/index html
Small programs with limited functions typically running from within a web browser
Another name for Java miniprogram Applets are the Java elements that run through Java-enabled browsers In JavaScript, these are called "scripts" instead of applets
1 Java programs that have some additional functionality inherited from the class java applet Applet Java applets can be sent across the internet and their results viewed using any Java-enabled WWW browser
An applet is a small program designed to run within another application Applets are useful on the web because, once they are downloaded, they can be executed quickly within the user's browser More than one applet can exist in a single document, and they can communicate with one another while they work Java is one of the major languages used for creating web-based applets An example of an applet is the "Additional Product/Service Information" section found at the bottom of our product pages within our store
(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 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
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 that can be embedded in an HTML page, and downloaded and executed by a Java-compatible web browser Applets differ from full-fledged Java applications in that they are not allowed access to certain resources on a local computer, such as files and serial devices (modems, printers, etc ) and are prohibited from communicating with most other computers across a network The current rule is that an applet can only make an Internet connection to the computer from which the applet was sent