Declarations and Access Control Logic
© examsiri.com
Question : 2 of 29
Marks:
+1,
-0
Given:
Which two correctly access the DIAMETER member of the Geodetics class?
package com.sun.scjp;
public class Geodetics {
  public static final double DIAMETER = 12756.32; /*kilometers*/
}Which two correctly access the DIAMETER member of the Geodetics class?
Go to Question: