• 2022-06-17 问题

    默认情况下使用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()

  • 2022-05-28 问题

    ‍通过()方法可以将内容保存在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)

  • 2022-06-11 问题

    下列哪个方法能够正确的将数据存储到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)

  • 2022-06-07 问题

    在项目中已经建立了一个 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>;

  • 2022-06-07 问题

    ‌在项目中已经建立了一个JavaBean,其类为bean.Student,该Bean具有name属性,则下面标签用法正确的是()。‌ 未知类型:{'options': ['&#91;jsp:useBean id=”student” class=”Student” scope=”session”&#93;&#91;/:useBean&#93;', '&#91;jsp:useBean id=”student” class=”Student” scope=”session”/&#93;', '&#91;jsp:useBean id=”student” class=”bean.student” scope=”session”&#93;&#91;/:useBean&#93;', '&#91;jsp:getProperty name=”name” property=”student”/&#93;'], 'type': 102}

    ‌在项目中已经建立了一个JavaBean,其类为bean.Student,该Bean具有name属性,则下面标签用法正确的是()。‌ 未知类型:{'options': ['&#91;jsp:useBean id=”student” class=”Student” scope=”session”&#93;&#91;/:useBean&#93;', '&#91;jsp:useBean id=”student” class=”Student” scope=”session”/&#93;', '&#91;jsp:useBean id=”student” class=”bean.student” scope=”session”&#93;&#91;/:useBean&#93;', '&#91;jsp:getProperty name=”name” property=”student”/&#93;'], 'type': 102}

  • 2022-06-07 问题

    在项目中已经建立了一个 JavaBean 该类为:bean.Student,给 bean 具有 name 属性,则下面标签用法正确的是:( ) 未知类型:{'options': ['&#91;jsp:useBeanid="student" scope="session"&#93;&#91;/:useBean&#93;', '&#91;jsp:useBeanid="student" scope="session"&#93;hello student!&#91;/:useBean&#93;', '&#91;jsp:useBeanid="student" class="bean.Student" scope="session"&#93;hello student!&#91;/:useBean&#93;', '&#91;jsp:getProperty name="name" property="student"/&#93;'], 'type': 102}

    在项目中已经建立了一个 JavaBean 该类为:bean.Student,给 bean 具有 name 属性,则下面标签用法正确的是:( ) 未知类型:{'options': ['&#91;jsp:useBeanid="student" scope="session"&#93;&#91;/:useBean&#93;', '&#91;jsp:useBeanid="student" scope="session"&#93;hello student!&#91;/:useBean&#93;', '&#91;jsp:useBeanid="student" class="bean.Student" scope="session"&#93;hello student!&#91;/:useBean&#93;', '&#91;jsp:getProperty name="name" property="student"/&#93;'], 'type': 102}

  • 2022-05-28 问题

    设置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()

  • 2022-06-07 问题

    在session对象的属性和方法中,( )的功能是获取一个与指定名称name相联系的属性值。 A: getAttribute(String name) B: getAttributeNames() C: getCreationYime() D: getId()

    在session对象的属性和方法中,( )的功能是获取一个与指定名称name相联系的属性值。 A: getAttribute(String name) B: getAttributeNames() C: getCreationYime() D: getId()

  • 2021-04-14 问题

    在 session对象的属性和方法中,()的功能是获取一个与指定名称name相联系的属性值。

    在 session对象的属性和方法中,()的功能是获取一个与指定名称name相联系的属性值。

  • 2022-06-07 问题

    在session对象的属性和方法中,( )方法的功能是获取一与指定名字name相联系的属性值。 A: getAttribute(string name) B: getAttributeNames() C: getCreationYime() D: getId()

    在session对象的属性和方法中,( )方法的功能是获取一与指定名字name相联系的属性值。 A: getAttribute(string name) B: getAttributeNames() C: getCreationYime() D: getId()

  • 1 2 3 4 5 6 7 8 9 10