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

Computer Science & Information Technology

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.

Computer Science & Information Technology

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.

Computer Science & Information Technology

The first graphical browser was called _____________________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

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

Computer Science & Information Technology