在社会主义市场经济体制下,我国国民经济规划按照法定程序经立法机构审议批准,但规划的基本性质仍是( )的。
A.法令性
B.指令性
C.指导性
D.行政性
参考答案:C
下列程序的功能是在监控台上每隔一秒钟显示一个字符串"Hello!",能够填写在程序中下划线位置,使程序完整并能正确运行的语句是( )。 public class Test implements Runnable public static void main(String args[])Test t=new Test();Thread tt=new Thread(t);tt.start(); public void run()for(;;) try ________; catch(______e) System.out.println("Hello");
A.sleep(1000) InterruptedException
B.sleep(1000) InterruptedException
C.Thread.sleep(1000) RuntimeException
D.Thread.sleep(1000) InterruptedException
根据借贷记账法的账户结构,在账户借方登记的时()
A、费用的增加
B、收入的增加
C、费用的减少
D、所有者权益的增加