默认情况下使用session,必须使用( )对session进行初始化。 A: session_start() B: session_destroy() C: session_get_cookie_params() D: session_name()
默认情况下使用session,必须使用( )对session进行初始化。 A: session_start() B: session_destroy() C: session_get_cookie_params() D: session_name()
通过()方法可以将内容保存在session中。 A: session.setValues(String name,Object obj) B: session.setAttribute(String namej) C: session.setAttribute(String name,Object obj) D: session.getValues(String name)
通过()方法可以将内容保存在session中。 A: session.setValues(String name,Object obj) B: session.setAttribute(String namej) C: session.setAttribute(String name,Object obj) D: session.getValues(String name)
下列哪个方法能够正确的将数据存储到session中 A: session.set(String name,Object value) B: session.setAttribute(String name,Object value) C: session.addAttribute(String name,Object value) D: session.putAttribute(String name,Object value)
下列哪个方法能够正确的将数据存储到session中 A: session.set(String name,Object value) B: session.setAttribute(String name,Object value) C: session.addAttribute(String name,Object value) D: session.putAttribute(String name,Object value)
在项目中已经建立了一个 JavaBean 该类为:bean.Student,给 bean 具有 name 属性,则下面标签用法正确的是:()。 A: <;jsp:useBeanid="student" class="Student" scope="session">;<;/jsp:useBean>;?xml:namespace>; B: <;jsp:useBeanid="student" class="Student" scope="session">;hello student!<;/jsp:useBean>; C: <;jsp:useBeanid="student" class="bean.Student" scope="session">;hello student!<;/jsp:useBean>; D: <;jsp:getProperty name="name" property="student"/>;?xml:namespace>;
在项目中已经建立了一个 JavaBean 该类为:bean.Student,给 bean 具有 name 属性,则下面标签用法正确的是:()。 A: <;jsp:useBeanid="student" class="Student" scope="session">;<;/jsp:useBean>;?xml:namespace>; B: <;jsp:useBeanid="student" class="Student" scope="session">;hello student!<;/jsp:useBean>; C: <;jsp:useBeanid="student" class="bean.Student" scope="session">;hello student!<;/jsp:useBean>; D: <;jsp:getProperty name="name" property="student"/>;?xml:namespace>;
在项目中已经建立了一个JavaBean,其类为bean.Student,该Bean具有name属性,则下面标签用法正确的是()。 未知类型:{'options': ['[jsp:useBean id=”student” class=”Student” scope=”session”][/:useBean]', '[jsp:useBean id=”student” class=”Student” scope=”session”/]', '[jsp:useBean id=”student” class=”bean.student” scope=”session”][/:useBean]', '[jsp:getProperty name=”name” property=”student”/]'], 'type': 102}
在项目中已经建立了一个JavaBean,其类为bean.Student,该Bean具有name属性,则下面标签用法正确的是()。 未知类型:{'options': ['[jsp:useBean id=”student” class=”Student” scope=”session”][/:useBean]', '[jsp:useBean id=”student” class=”Student” scope=”session”/]', '[jsp:useBean id=”student” class=”bean.student” scope=”session”][/:useBean]', '[jsp:getProperty name=”name” property=”student”/]'], 'type': 102}
在项目中已经建立了一个 JavaBean 该类为:bean.Student,给 bean 具有 name 属性,则下面标签用法正确的是:( ) 未知类型:{'options': ['[jsp:useBeanid="student" scope="session"][/:useBean]', '[jsp:useBeanid="student" scope="session"]hello student![/:useBean]', '[jsp:useBeanid="student" class="bean.Student" scope="session"]hello student![/:useBean]', '[jsp:getProperty name="name" property="student"/]'], 'type': 102}
在项目中已经建立了一个 JavaBean 该类为:bean.Student,给 bean 具有 name 属性,则下面标签用法正确的是:( ) 未知类型:{'options': ['[jsp:useBeanid="student" scope="session"][/:useBean]', '[jsp:useBeanid="student" scope="session"]hello student![/:useBean]', '[jsp:useBeanid="student" class="bean.Student" scope="session"]hello student![/:useBean]', '[jsp:getProperty name="name" property="student"/]'], 'type': 102}
设置session的有效时间的方法是 A: setMaxInactiveInterval(int interval) B: getAttributeNames() C: session.setAttribute(name, value) D: getLastAccessedTime()
设置session的有效时间的方法是 A: setMaxInactiveInterval(int interval) B: getAttributeNames() C: session.setAttribute(name, value) D: getLastAccessedTime()
在session对象的属性和方法中,( )的功能是获取一个与指定名称name相联系的属性值。 A: getAttribute(String name) B: getAttributeNames() C: getCreationYime() D: getId()
在session对象的属性和方法中,( )的功能是获取一个与指定名称name相联系的属性值。 A: getAttribute(String name) B: getAttributeNames() C: getCreationYime() D: getId()
在 session对象的属性和方法中,()的功能是获取一个与指定名称name相联系的属性值。
在 session对象的属性和方法中,()的功能是获取一个与指定名称name相联系的属性值。
在session对象的属性和方法中,( )方法的功能是获取一与指定名字name相联系的属性值。 A: getAttribute(string name) B: getAttributeNames() C: getCreationYime() D: getId()
在session对象的属性和方法中,( )方法的功能是获取一与指定名字name相联系的属性值。 A: getAttribute(string name) B: getAttributeNames() C: getCreationYime() D: getId()