public class scopeRule //Line 1{ //Line 2 static double intRate = 0.055; //Line 3 static String name; //Line 4 static int t; //Line 5 public static int main(String[] args) //Line 6 { //Line 7 int first; //Line 8
double u, t; //Line 9 String str; //Line 10 //... //Line 11 } //Line 12 public static int first(int x, int y) //Line 13 { //Line 14 int t; //Line 15 //... //Line 16 } public static double salary; //Line 17 public static void funcOne(int first, double x) //Line 18 { //Line 19 char ch; //Line 20 int y; //Line 21 //block one //Line 22 { //Line 23 int u = 18; //Line 24 //... //Line 25 } //end block one //Line 26 } //Line 27} //Line 28Which of the following identifiers seen in the accompanying figure is NOT visible in method funcOne?
A. intRate (Line 3)
B. u (Line 24)
C. salary (Line 17)
D. first (Line 13)
Answer: B
You might also like to view...
List the ways to construct polygon meshes from existing objects.
What will be an ideal response?
Extend the definition of two-phase locking to apply to distributed transactions. Explain how this is ensured by distributed transactions using strict two-phase locking locally.
What will be an ideal response?
What functions does a protocol analyzer perform at the Physical and Data Link layers of the OSI model?
What will be an ideal response?
In order to pass the written exam for the GCFA certification you must obtain a final score of __________ or higher
a. 65 b. 69 c. 75 d. 85