J2EE中,()类型的()方法用于得到会话。 A.HttpServletRequest、getSessionB.HttpServletResponse、newSessionC.HtttpSession、newInstanceD.HttpSession、getSession

J2EE中,()类型的()方法用于得到会话。

A.HttpServletRequest、getSession

B.HttpServletResponse、newSession

C.HtttpSession、newInstance

D.HttpSession、getSession


相关考题:

在J2EE中,下列选项中,()可以得到URLConnection对象。 A.使用URL对象的openConnection方法B.使用URLConnection类的静态方法openConnection()方法得到C.使用URL对象的getConnection()方法得到D.使用URLConnection类的静态方法getConnection()方法得到

在J2EE中,ServerSocket的accept()方法返回()类型的对象 A.SocketB.ServerSocketC.ServerD.URL

在J2EE中,系列选项中,()可以得到URLCconnection类对象。 A.使用URL对象的openConnection()方法得到B.使用URLConnection类的静态方法openConnection()方法得到C.使用URL对象的getConnection()方法得到D.使用URLConnection类的静态方法getConnection()方法得到

在J2EE中,ServerSocket的accept()方法返回()类型的对象。 A.SocketB.ServerSocketC.ServerD.URL

在J2EE中,有两种类型的实体Bean,这两种类型是() A.实体bean与会话beanB.包容器管理持久化和由bean管理持久化的实体beanC.有状态实体bean和无状态实体beanD.消息实体bean和无消息实体bean

在J2EE中,下列选项中,()可以得到URLConnection类对象 A.使用URL对象的openConnection()方法得到B.使用URLConnection类的静态方法openConnection()方法得到C.使用URL对象的getConnection()方法得到D.使用URLConnection类的静态方法getConnection()方法得到

在J2EE中,使用Document对象的()方法,可以得到一个NodeList对象。 A.getDocumentElement方法B.getElementsByTagName方法C.getElementTagName方法D.getElementById方法

在J2EE中,对于在Servlet如何获得会话,描述正确的是()。 A.HttpServletRequest类的getSession方法有两个:带参数的getSession方法和不带参数的getSession方法B.在Servlet中,可以使用HttpSessionsession=newHttpSession()创建session对象C.如果HttpServletRequest类的getSession方法的参数为false,表示如果没有与当前的请求相联系的会话对象时,该方法返回nullD.如果HttpServletRequest类的getSession方法的参数为true,表示如果没有与当前的请求相联系的会话对象时,该方法返回null

J2EE 中,()类的()方法用于创建对话。A.HttpServletRequest、getSessionB.HttpServletResponse、newSessionC.HtttpSession、newInstanceD.getSession