單項選擇題在tomcat啟動的時候報找不到虛擬機的錯誤是因為()。

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


您可能感興趣的試卷

你可能感興趣的試題

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

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

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

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

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

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

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

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

5.單項選擇題ession對象的()方法用于設置會話的超時時間。

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