單項(xiàng)選擇題在tomcat啟動(dòng)的時(shí)候報(bào)找不到虛擬機(jī)的錯(cuò)誤是因?yàn)椋ǎ?/strong>

A.沒有配置path
B.沒有配置classpath
C.沒有配置tomcat
D.沒有配置jdk


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題Servlet的初始化參數(shù)只能在Servlet的()方法中獲取。

A.init()
B.doPost()
C.doGet()
D.destroy()

2.單項(xiàng)選擇題在J2EE中,重定向到另一個(gè)頁(yè)面,以下()語(yǔ)句是正確的。

A.request.sendRedirect(
B.response.sendRedirect(
C.request.sendRedirect();
D.response.sendRedirect();

3.單項(xiàng)選擇題Servlet中,使用()接口中定義的()方法來(lái)處理客戶端發(fā)出的表單數(shù)據(jù)請(qǐng)求。

A.HttpServlet,doPost
B.ServletRequest,doGet
C.ServletRequest,doPost
D.HttpServlet,doHead

4.單項(xiàng)選擇題cn是Connection對(duì)象,創(chuàng)建Statement對(duì)象的方法是()。

A.Statement st=new Statement()
B.Statement st=cn.newStatement()
C.Statement st=cn.createNewStatement()
D.Statement st=cn.createStatement()

5.單項(xiàng)選擇題ession對(duì)象的()方法用于設(shè)置會(huì)話的超時(shí)時(shí)間。

A.session.setAttribute(“time”,30);
B.session.setMaxTime(30);
C.session.getMaxInactiveInterval();
D.session.setMaxInactiveInterval(30);