Answer the following questions true (T) or false (F)
1. Java allows you to declare arrays with more than one index.
2. A one dimensional array is also called an array of arrays.
1. True
2. False
You might also like to view...
What kind of application tests a class by creating an object of that class and calling the class’s methods?
a. Pseudo application. b. Debugger. c. Declarator. d. Test harness.
Which is the correct way to declare a pointer to a variable x ( x is a float)?
A. float *x_ptr B. float* x_ptr C. float * x_ptr D. all are correct.
The first graphical browser was called _____________________.
Fill in the blank(s) with the appropriate word(s).
Which one of the following computing models allows the execution of multiple processes on a single processor by having the operating system switch between them without requiring modification to the applications?
A. Multitasking B. Multiprocessing C. Multiprogramming D. Multithreading