public interface SensorDataService {}定义了一个 ,名称为 。
查看答案
public class SensorDataServiceImg implements SensorDataService {}实现了 。
想要在接口SensorDataService中调用getSensorData方法,应当写 。
语句public static double temp;定义了一个静态双精度变量temp。( )
A. 对
B. 错
语句public static SensorMsg Sensor_Data1=new SensorMsg();生成一个变量。( )
A. 对
B. 错