题库 第5992页
单选题:It is known that a 3-heap is a heap whose nodes have 3 children.
It is known that a 3-heap is a heap whose nodes have 3 children. Suppose that the level-order traversal sequence of a ma…
单选题:In the Tic-tac-toe game, a "goodness" function of a position is
In the Tic-tac-toe game, a "goodness" function of a position is defined as $$ f(P) = W_{computer} - W_{human}$$where $$W…
单选题:在Java中,( )类可用于创建链表数据结构的对象
在Java中,( )类可用于创建链表数据结构的对象 @[A](2)A. LinkedListB. ArrayListC. CollectionD. HashMapA.LinkedListB.ArrayListC.CollectionD.…
单选题:对于“”之间声明的变量,以下说法正确的是:( )
对于“”之间声明的变量,以下说法正确的是:( ) @[B](2)A. 不是JSP页面的成员变量B. 多个用户同时访问该页面时,任何一个用户对这些变量的操作,都会影响到其他用户C. 多个用户同时访问该页面时,每个用户对这些变量的操作都是互相…
单选题:使用response 对象进行重定向时,使用的是()方法。
使用response 对象进行重定向时,使用的是()方法。 @[C](2)A. getAttributeB. setContentTypeC. sendRedirectD. setAttributeA.getAttributeB.setC…
单选题:在JSP中,内置对象( )封装了用户提交的信息,使用该对象可以获取用户提交的信息。
在JSP中,内置对象( )封装了用户提交的信息,使用该对象可以获取用户提交的信息。 @[B](2)A. sessionB. requestC. responseD. outA.sessionB.requestC.responseD.out…
单选题:java中用来抛出异常的关键字是 ( )
java中用来抛出异常的关键字是 ( ) @[C](2)A. tryB. catchC. throwD. finallyA.tryB.catchC.throwD.finally答案:C…
单选题:Suppose that the size of a hash table is 11, and the hash functi
Suppose that the size of a hash table is 11, and the hash function is H(key)=key%11. The following 4 elements have been…
单选题:Suppose that the size of a hash table is 11, and the hash functi
Suppose that the size of a hash table is 11, and the hash function is H(key)=key%11. The following 4 elements have been…
单选题:Let $$T$$ be a tree created by union-by-size with $$N$$ nodes, t
Let $$T$$ be a tree created by union-by-size with $$N$$ nodes, then the height of $$T$$ can be . @[A](3)A. at most $$l…