Question: 51 You have created a web application that you license to real estate brokers. The webapp is highly customizable in…
Question: 41 Which three are valid URL mappings to a servlet in a web deployment descriptor? (Choose three.) A. */* B. *.do C…
Question: 31 Which three are true about TLD files? (Choose three.) A. The web container recognizes TLD files placed in any su…
Question: 21 You need to store a Java long primitive attribute, called customerOID, into the session scope. Which two code sn…
Question: 11 Which two statements about tag files are true? (Choose two.) A. Classic tag handlers and tag files CANNOT reside…
Question: 1 To take advantage of the capabilities of modern browsers that use web standards, such as XHTML and CSS, your web …
1 类的加载 1 概念:类的加载就是把类的.class文件中的二进制数据读入到内存中。把它存放在java运行时数据区的方法区内,然后在堆区创建一个java.lang.Class对象,用来封装类在方法…
来源:http://zh.wikipedia.org/wiki/UTC 协调世界时,又称世界标准时间或世界协调时间,简称UTC,从英文“Coordinated Universal Time”/法文“Temps Universel Cordon…
Telnet服务的配置步骤如下: 一、安装telnet软件包(通常要两个) 1、telnet-client (或 telnet),这个软件包提供的是 telnet 客户端程序; 2、是 telnet-server 软件包,这…
前一阵远程维护Linux服务器,使用的是SSH,传说中的secure shell。 登陆:ssh [hostname] -u user 输入密码:***** 登陆以后就可以像控制自己的机器一样控制它了,不过没有可视化的界面。不过现在我所使用过…
在众多网络应用中,FTP(文件传输协议)有着非常重要的地位。Internet中一个十分重要的资源就是软件资源,而各种各样的软件资源大多数都放在 FTP服务器中。与大多数Internet服务一样,FTP也是一个客户…
Oracle10G的EM采用了web方式,并且分成了2个产品,database control和grid control。这里主要介绍如何创建单数据的dbcontrol。Grid control需要下载单独的光盘…
1、启动数据库: oracle@suse92:~> sqlplus /nolog SQL*Plus: Release 9.2.0.4.0 - Production on Fri Jan 20 02:29:37 2006 Copyright (c…
这几天实现了一个向远程Jboss服务器中部署文件的程序,是采用Jboss 的 JMX 远程调用方法来实现的,方法比较简单,略微修改就可以把文件传送到远程启动了Jboss服务器的机器上,希望与大家分享,此处贴上了全…