下列函数中能够把6.25四舍五入为最接近的整数的是______。
A、round(625)
B、rnd(625)
C、Mathrnd(625)
D、Mathround(625)
在JDBC连接数据库编程应用开发中,一般会产生出下面的()的异常。
A、FileException
B、SQLException
C、IOException
D、DataException
A、Request
B、Response
C、Application
D、Server
A、CodePage
B、Debug
C、namespace
D、Language
通过request的参数值来设置beans相应属性的值,要求request参数名字必须与beans属性的名字相同。