网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
在下列选项中()不是ostream类的对象。
A.cin
B.cerr
C.clog
D.cout
参考答案和解析
cin
更多 “在下列选项中()不是ostream类的对象。A.cinB.cerrC.clogD.cout” 相关考题
考题
在J2EE中,下列选项中,()可以得到URLConnection对象。
A.使用URL对象的openConnection方法B.使用URLConnection类的静态方法openConnection()方法得到C.使用URL对象的getConnection()方法得到D.使用URLConnection类的静态方法getConnection()方法得到
考题
在J2EE中,下列选项中,()可以得到URLConnection类对象
A.使用URL对象的openConnection()方法得到B.使用URLConnection类的静态方法openConnection()方法得到C.使用URL对象的getConnection()方法得到D.使用URLConnection类的静态方法getConnection()方法得到
考题
下面关于ios类的叙述中,正确的是( )。A.它是istream类和ostream类的虚基类B.它只是istream类的虚基类C.它只是ostream类的虚基类D.它是ostream类的虚基类
考题
重载输入流运算符>(ostream,);B.istream
重载输入流运算符<<必须使用的原型为A.ostream operator>>(ostream,<类名>);B.istreamo perator>>(istream,<类名>);C.ostream operator>>(ostream,<类名>);D.<类名>operator>>(istream,<类名>);
考题
下列选项中,( )是FilterInputStream类构造方法的有效参数。A.无参数B.OutputStream对象C.InputStream对象D.RandomAccessFile对象
考题
有如下的程序: include using namespace std; class AT{friend ostream operato
有如下的程序:include<iostream>using namespace std;class AT{friend ostream operator<<(ostream,AT);}at;ostream operator<<(ostream os,AT){return os<<'@';}int main(){cout<<"MyHome"<<at<<"isHere.com";}执行上面的程序将输出
考题
重载输入流运算符>>必须使用的原型为A.ostream operator>>(ostream,);B.istream
重载输入流运算符>>必须使用的原型为A.ostream operator>>(ostream,<类名>);B.istream operator>>(istream,<类名>);C.ostream operator>>(ostream,<类名>);D.<类名>operator>>(istream,<类名>);
考题
在J2EE中,下列选项中,()可以得到URLConnection对象。 A、使用URL对象的openConnection方法B、使用URLConnection类的静态方法openConnection()方法得到C、使用URL对象的getConnection()方法得到D、使用URLConnection类的静态方法getConnection()方法得到
考题
在J2EE中,下列选项中,()可以得到URLConnection类对象 A、 使用URL对象的openConnection()方法得到B、 使用URLConnection类的静态方法openConnection()方法得到C、 使用URL对象的getConnection()方法得到D、 使用URLConnection类的静态方法getConnection()方法得到
考题
分析选项中关于Java中this关键字的说法正确的是()A、this关键字是在对象内部指代自身的引用B、this关键字可以在类中的任何位置使用C、this关键字和类关联,而不是和特定的对象关联D、同一个类的不同对象共用一个this
考题
单选题分析选项中关于Java中this关键字的说法正确的是()A
this关键字是在对象内部指代自身的引用B
this关键字可以在类中的任何位置使用C
this关键字和类关联,而不是和特定的对象关联D
同一个类的不同对象共用一个this
考题
单选题在下列选项中,()是istream类的对象。A
cerrB
cinC
clogD
cout
热门标签
最新试卷