13.用法定盈余公积转增资本或弥补亏损,均不会引起所有者权益总额的变化。 ()
查看答案
15.无论是以税前利润还是以税后利润弥补亏损,都不需要专门作会计处理。 ()
A. 对
B. 错
能在浏览器的地址栏中看到表单提交数据的提交方式是?( )
A. submit;
B. get;
C. post;
D. out;
使用response对象进行网页重定向时,要使用的是( )方法?
A. getRequestDispatcher();
B. forward();
C. sendRedirect();
D. 以上都不对;
如果要把一个用户名tome保存在application对象里,则下列语句正确的是( )
A. application.setAttribute(name, tome);
B. application.setAttribute("name","tome");
C. application.setAttribute("tome",name);
D. application.setAttribute("tome","name");