Which statement is true about configuring a back-to-back connection frame-relay on Juniper Routers?() A.Both DTE and DCE will send keep-alives by default so no special configuration is required.B.The circuit is negotiated automatically so no special configuration is required.C.All equipment is by default DTE, one side should be set to DCED.All equipment is by default DCE, one side should be set to DTE
Which statement is true about configuring a back-to-back connection frame-relay on Juniper Routers?()
A.Both DTE and DCE will send keep-alives by default so no special configuration is required.
B.The circuit is negotiated automatically so no special configuration is required.
C.All equipment is by default DTE, one side should be set to DCE
D.All equipment is by default DCE, one side should be set to DTE
相关考题:
cn是Connection对象,创建Statement对象的方法是()。 A、Statementst=newStatement()B、Statementst=cn.createStatement()C、Statementst=newConnection()D、Statementst=cn.getStatement()
若要查询关于数据库的信息则可以调用下列_______方法。A.Connection类的getMetaDate()方法B.DriverManager类的getConnection()方法C.Statement类的executeQuery()方法D.Connection类的createStatement()方法
下列选项中,关于Statement描述错误的是()A.Statement是用来执行SQL语句的B.Statement是PreparedStatement的子接口C.获取Statement实现需要使用Connection的createStatement()方法D.PreparedStatement能使用参数占位符,而Statement不行
下列关闭数据库连接的顺序正确的是:()A.先关闭Statement,再关闭ResultSet,最后关闭ConnectionB.先关闭ResultSet,再关闭Statement,最后关闭ConnectionC.先关闭ResultSet,再关闭Connection,最后关闭StatementD.先关闭Statement,再关闭Connection,最后关闭ResultSet
要按先ResultSet结果集,后Statement,最后Connection的顺序关闭资源,因为Statement和ResultSet是需要连接是才可以使用的,所以在使用结束之后有可能其他的Statement还需要连接,所以不能先关闭Connection。
下列选项中,关于Statement描述错误的是()A.Statement是用来执行SQL语句的B.Statement是PreparedStatement的子接口C.获取Statement实现需要使用Connection的createStatement()方法D.PreparedStatement能使用参数占位符,而Statement不行
3.下列选项中,关于Statement描述错误的是() A: Statement是用来执行SQL语句的 B: Statement是PreparedStatement的子接口 C: 获取Statement实现需要使用Connection的createStatement()方法 D: PreparedStatement能使用参数占位符,而Statement不行A.A B C DB.A B C DC.A B C DD.A B C D