单项选择题有如下类和对象的定义:class Constants{public;static double getPI(){return 3.1416;}};Constants constants;下列各组语句中,能输出3.1416的是______。
单项选择题有如下类定义:class Point{private;static int how_many;};______how_many=0;要初始化Point类的静态成员how_many,下划线处应填入的内容是______。