An uninterrupted power supply (UPS) _____________
a. Powers a computer until regular power can be restored
b. Should be used only with server computers
c. Provides power for a few minutes in case the power to the facility goes out
d. None of the above
C. The UPS provides power long enough for the user to save work and log out.
You might also like to view...
A file stored in nonadjacent sectors is referred to as a(n) fragmented file.
Answer the following statement true (T) or false (F)
This exercise makes use of the Hello example.
a) Open a directory for this exercise. Place the source files for the Hello example in the directory. b) Compile HelloInterface.java and HelloImpl.java. c) Use rmic to compile HelloImpl. Check the folder to see that the proxy classes are generated. What are their names? d) Compile HelloServer.java . Check the contents of your folder e) Run the server, specifying a random port number for the RMI Registry. Check the messages displayed, including the list of names currently in the registry. Do you see the name that the server registered under (as specified in the program)? f) Compile and run HelloClient.java. When prompted, specify “localhost”for the host name, and the RMI registry port number you previously specified. What happened? Explain. g) Run the client program on a separate machine. Were you successful?