answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: Which applet can you use to view the status of all services on a system?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Can an applet be run even without a HTML file?

Yes. We have an applet viewer that can help us view applets without a web browser and a HTML file


What is the best command to use to view the routers interface status and protocol status?

sh int brief


What is difference between java applet and java Swing?

An applet is a Java program embedded in an HTTP document. When the HTTP document is loaded into a web browser, the Java program executes on the web. A widget = window gadget, a GUI (graphical user interface) control. A GUI control, such as a command button, is accessed by the user via a mouse click or by the keyboard. GUI programs can run on one's PC.


Difference between user view and system view of operating system?

User view: 1) the user view of the computer system varies by the interface being used. System view: 1)the operating system is a program that is most intimate with computer h/w. User view: 2)The OS is designed for "ease of use" some attention paid to none paid resource utilization. System view: 2)we can view an os is resource allocator. The os as act as the manager of the system. User view: 3) Some user sit at a terminal connected to mainframe or minicomputer. User share resources & may exchange information. That is designed for resource utilization. System view: 3)os was exist because they are reasonable way to solve the problems at creating a usable Computer system. The goal of pc is to execute user program and make solving problems easier.


What is hyper text markup language and describe its role in implementation of java applets?

Short for HyperText Markup Language, the authoring language for creating documents on the world wide web.HTML defines the structure and layout of a Web document by using a variety of tags and attributes.The correct structure for an HTML document starts with (enter here what document is about) and ends with < All the information you'd like to include in your Web page fits in between the and tags.HTML is very important in describe of java applets and its implementation.An applet is a program written in the Java programming language that can be included in an HTML page, much in the same way an image is included in a page. When you use a Java technology-enabled browser to view a page that contains an applet, the applet's code is transferred to your system and executed by the browser's Java Virtual Machine (JVM).