Answer the following statements true (T) or false (F)
1. The value returned by InputBox is a string.
2. The line continuation character must be preceded with a space.
3. The line continuation character must be preceded with a space.
4. Named constants must have class scope.
1. True
2. True
3. True
4. False
You might also like to view...
Which of the following is a reason that transaction logs must be backed up frequently?
A. so you don't have to spend time backing up data files B. frequent backups increase the likelihood of a corrupt active transaction log C. when the log is backed up, it is truncated D. the tail of the log increases each time the log is backed up
Under UNIX, the execution of an image is called a(n) __________.
a. process b. session c. parent d. child
Answer the following statements true (T) or false (F)
1. In a static method, you may use the this parameter either explicitly or implicitly. 2. A main method can be placed inside a class definition. 3. You may use methods of the Math class without an import statement. 4. Wrapper classes provide a class type corresponding to each of the primitive types so that you can have class types that behave somewhat like primitive types. 5. All versions of Java support automatic boxing.
All of the categories of data pertaining to one person, place, event, thing, or idea; represented by a row in a database table.
a. record b. field c. object d. property