A tool that helps you create a menu of predefined values by asking you questions and using your answers to create the options list.
What will be an ideal response?
Lookup Wizard
You might also like to view...
Why are recursive functions an important tool in programming?
What will be an ideal response?
If a subclass constructor does not explicitly call a superclass constructor, __________.
a. the superclass's fields will be set to the default values for their data types b. Java will automatically call the superclass's default or no-arg constructor immediately after the code in the subclass's constructor executes c. it must include the code necessary to initialize the superclass fields d. Java will automatically call the superclass's default or no-arg constructor just before the code in the subclass's constructor executes
To view a table's Property Sheet, you click the Property Sheet button in the:
A) Show/Hide group on the Sort/Index tab. B) Page Layout group on the Sort/Index tab. C) Page Layout group on the Design tab. D) Show/Hide group on the Design tab.
The ____ function splits a string into an indexed array.
A. repair() B. implode() C. explode() D. strtok()