Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

1. Java is strongly typed hence you must declare the data type of a variable bef

ID: 3553460 • Letter: 1

Question

1. Java is strongly typed hence you must declare the data type of a variable before using it? T/F


2. Local variables are declared and used only within which of the following? Method/Class


3. To declare a class level field(or method), you must preface them with which of the following modifiers? Final/static


4. Named used cases typically should begin with? noun/verb


5. You can refer to a non-static instance variable from within a static method. T/F


6. A class static field can be used even if an instance of its class does not exist T/F


7. Creating overloaded methods with identical parameter lists and different return types is a syntax error. T/F

Explanation / Answer

T


Method


static


noun


F


T


T