单项选择题
有志青年小甲已经达到落户北京的条件和要求,但是几次到户籍管理部门办理落户手续都无果,为尽快落户遂私下给了户籍管理部门办理落户手续的张某2万元钱,张某收钱后三天内将小甲的户口手续办毕。根据上面的案例,小甲和张某的行为如何定性:()
A.小甲构成行贿罪;张某构成受贿罪
B.小甲不构成行贿罪,张某不构成受贿罪
C.小甲构成行贿罪,张某不构成受贿罪
D.小甲不构成行贿罪,张某构成受贿罪
点击查看答案&解析
<上一题
目录
下一题>
热门
试题
单项选择题
关于下列代码编译或执行结果的描述中,正确是______。 public class Test{ public static void main(String args[]){ TestThread pm1=new TestThread('one'); pm1.start(); TestThread pm2=new TestThread('Tow'); pm2.start(); } } class TestThread extends Thread( private String sTname=''; TestThread(String s){ sTname=s; } public void run(){ for(int i=0;i<2;i++){ try{ sleep(1000); }catch(InterruptedException e)() System.out.println(sTname+…); } } }A) 不能通过编译,TestThread类中不能定义变量和构造方法B) 输出One One Two TwoC) 输出Tow One One TwoD) 选项B或C都可能出现A. B. C. D.
A.start();
B.start();
C.out.println(sTname+…);
点击查看答案
单项选择题
下列代码的编译或执行结果是______。 public class MyVal{ puhlic static void main(String args[]){ MyVal m=new MyVal(); m.aMethod(); } public void aMethod(){ boolean b[]=new Boolean[5]; System.out.println(b[0]); }A) 1B) nullC) 0D) 编译错误A. B. C. D.
A.aMethod();
B.out.println(b[0]);
点击查看答案
相关试题
The main idea of the story is tha...
When we dream,().
Which of the following is true?(...
Why do some people often dream abo...
If the patient is rational and pos...