You can use the ____ dialog box to delete a custom view, copy a view from one project to another project, or make a view available for every project.
A. Organizer
B. Custom Manager
C. View Wizard
D. View Explorer
Answer: A
You might also like to view...
Recursion is often less efficient than iteration because ________.
a. it can cause an explosion of method calls. b. it is not as intuitive. c. recursive methods are harder to debug. d. recursive methods take longer to program.
Which of the following is FALSE about a hyperlinked custom slide show?
A) For a hyperlinked custom show, all slides must be in the same presentation. B) A hyperlinked custom show connects a main custom show to other custom shows using hyperlinks. C) For a hyperlinked custom show, you can link to slides in multiple presentations. D) You can divide one presentation into several custom shows and hyperlink to various slides while presenting the information.
The default home directory for Web applications on most machines is ____.
A. c:\localhost B. c:\InetPub\wwwroot C. http://localhost D. c:\
An overloaded method is one that
a) has a different name than another method, but the same parameters. b) has the same name as another method, but different parameters. c) has the same name and parameters as a method defined in another class. d) has the same name and parameters, but a different return type than another method.