The active window is indicated by which of the following?
A) the window that is on top B) the darkened title bar
C) the only open window on the screen D) the grayed out items in windows
B
You might also like to view...
A delete query ________
A) makes a new table B) searches a field and displays records that contain duplicates C) adds the results of a query to an existing table D) removes records from a table
Which of the following statements is false?
a. When an argument is passed by reference, the called method can access the argument’s value in the caller directly but cannot modify it. b. All arguments in Java are passed by value. c. To pass an individual array element to a method, use the indexed name of the array. d. To pass an object reference to a method, simply specify in the method call the name of the variable that refers to the object.