Answer the following statements true (T) or false (F)
1) Multiple reference variables can refer to the same object.
2) The new operator is used to access an object's methods.
3) A variable that is declared as a primitive type stores the actual value of the associated data. A variable that is declared as an
object type stores a pointer to the associated object.
4) The value of a primitive datatype variable may be assigned to an object of the corresponding wrapper class, and vice-versa.
5) String objects can be changed after instantiation.
1) T
2) F
3) T
4) T
5) F
You might also like to view...
Which of the following is an example of a multilayer authentication?
A. A fingerprint scan and a smart card B. A retina scan and a password C. A retina scan and a fingerprint scan D. A password and a smart card
Package.appxmanifest defines various settings for your app, such as the app’s display name, logo, splash screen and more.
a) display name b) logo c) splash screen d) all of the above