Answer the following questions true (T) or false (F)

1. An array of chars is the same as a String in Java.

2. An array name references a memory address.

1. False
2. True

Computer Science & Information Technology

You might also like to view...

Vulnerability management, environment hardening, and operational enablement are all practices that exist under what business function of the SAMM?

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

Computer Science & Information Technology

If object1 and object2 are objects of the same class, to make object2 a copy of object1 __________.

a. write a method for the class that will make a field by field copy of object1 data members into object2 data members b. use the copy method that is a part of the Java language c. use the default constructor to create object2 with object1 data members d. use an assignment statement to make object2 a copy of object1

Computer Science & Information Technology