气相色谱法是以气体为流动相,只能用于分析气体样品。
查看答案
液体固定相就是将固定液注入色谱柱中充当固定相。
A. 对
B. 错
在J2EE中,test.jsp文件如下:<%{%><% buffer.append("ABC");%><%}%> buffer is <%=buffer%>运行时,将发生_______ o
A. 编译期错误
B. 运行期错误
C. 运行后,浏览器上显示:buffer is null
D. 运行后,浏览器上显示:buffer is ABC
哪个关键宇可以抛出异常?
A. transient
B. finally
C. throw
D. static
设Derived类为Base类的子类,则如下对象的创建语句中哪些是错误的( )
A. Base obj = new Derived();
B. Derived obj = new Base();
C. Base obj = new Base();
Derived obj = new Derived();