The highest layer, th applicatio layer, is closest to the end user.
The highest layer, th applicatio layer, is closest to the end user.
JSP内置对象常用的有() A: request B: response C: session D: out E: applicatio
JSP内置对象常用的有() A: request B: response C: session D: out E: applicatio
如果用JSP开发一个聊天程序,不用数据库存储聊天记录,请问聊天记录最好存储在()中 A: request B: page C: session D: applicatio
如果用JSP开发一个聊天程序,不用数据库存储聊天记录,请问聊天记录最好存储在()中 A: request B: page C: session D: applicatio
Which layer in the OSI reference model is responsible for determining the availability of the receiving program and checking to see if enough resources exist for that communication? () A: transport B: network C: presentation D: session E: applicatio
Which layer in the OSI reference model is responsible for determining the availability of the receiving program and checking to see if enough resources exist for that communication? () A: transport B: network C: presentation D: session E: applicatio
JavaBean的scope取什么值可使该javabean被多个用户共享,即和web应用有相同的生命周期?() A: page B: request C: session D: applicatio
JavaBean的scope取什么值可使该javabean被多个用户共享,即和web应用有相同的生命周期?() A: page B: request C: session D: applicatio
Which factor is least likely to affect the scalability of a VPN design?() A: number of branch offices B: number of IGP routing peers C: remote Office and home worker throughput bandwidth requirements D: high availability requirements E: Supported applicatio
Which factor is least likely to affect the scalability of a VPN design?() A: number of branch offices B: number of IGP routing peers C: remote Office and home worker throughput bandwidth requirements D: high availability requirements E: Supported applicatio
在JSP页面中通过将本页面请求转发至指定URL指定的文件,则在该URL组件(JSP页面)中可接收数据的范围是()。 A: session B: request C: page D: applicatio
在JSP页面中通过将本页面请求转发至指定URL指定的文件,则在该URL组件(JSP页面)中可接收数据的范围是()。 A: session B: request C: page D: applicatio
有关JSP页面作用域page、request、session和applicatio说法错误的是( ) A: pageContext对象只能接受来自创建当前页面的客户访问 B: equest对象可以在多个客户请求生命周期内接受其访问。 C: session对象在整个用户会话生命周期内,在应用中接受一个单独的客户的访问 D: application对象在整个应用的生命周期内,接受来自这个应用中的任何页面的访问。
有关JSP页面作用域page、request、session和applicatio说法错误的是( ) A: pageContext对象只能接受来自创建当前页面的客户访问 B: equest对象可以在多个客户请求生命周期内接受其访问。 C: session对象在整个用户会话生命周期内,在应用中接受一个单独的客户的访问 D: application对象在整个应用的生命周期内,接受来自这个应用中的任何页面的访问。