diff --git a/.classpath b/.classpath
new file mode 100644
index 0000000..9961451
--- /dev/null
+++ b/.classpath
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/.project b/.project
new file mode 100644
index 0000000..601be23
--- /dev/null
+++ b/.project
@@ -0,0 +1,36 @@
+
+
+ online quiz
+
+
+
+
+
+ org.eclipse.wst.jsdt.core.javascriptValidator
+
+
+
+
+ org.eclipse.jdt.core.javabuilder
+
+
+
+
+ org.eclipse.wst.common.project.facet.core.builder
+
+
+
+
+ org.eclipse.wst.validation.validationbuilder
+
+
+
+
+
+ org.eclipse.jem.workbench.JavaEMFNature
+ org.eclipse.wst.common.modulecore.ModuleCoreNature
+ org.eclipse.wst.common.project.facet.core.nature
+ org.eclipse.jdt.core.javanature
+ org.eclipse.wst.jsdt.core.jsNature
+
+
diff --git a/WebContent/CREATE TABLE.docx b/WebContent/CREATE TABLE.docx
new file mode 100644
index 0000000..b3462c1
Binary files /dev/null and b/WebContent/CREATE TABLE.docx differ
diff --git a/WebContent/META-INF/MANIFEST.MF b/WebContent/META-INF/MANIFEST.MF
new file mode 100644
index 0000000..5e94951
--- /dev/null
+++ b/WebContent/META-INF/MANIFEST.MF
@@ -0,0 +1,3 @@
+Manifest-Version: 1.0
+Class-Path:
+
diff --git a/WebContent/WEB-INF/lib/ojdbc14.jar b/WebContent/WEB-INF/lib/ojdbc14.jar
new file mode 100644
index 0000000..0aa1b51
Binary files /dev/null and b/WebContent/WEB-INF/lib/ojdbc14.jar differ
diff --git a/WebContent/WEB-INF/web.xml b/WebContent/WEB-INF/web.xml
new file mode 100644
index 0000000..eff6c71
--- /dev/null
+++ b/WebContent/WEB-INF/web.xml
@@ -0,0 +1,13 @@
+
+
+
+ index.jsp
+
+
+com.javatpoint.MyListener
+
+
diff --git a/WebContent/ask.jsp b/WebContent/ask.jsp
new file mode 100644
index 0000000..d3f6a07
--- /dev/null
+++ b/WebContent/ask.jsp
@@ -0,0 +1,135 @@
+
+
+
+
+<%@ page language="java" import="java.util.*" pageEncoding="ISO-8859-1"%>
+
+
+
+
+
+
+
+
Latest Projects
+
+
+

+
+ Description:
+ Payment billing System
+ Online Quiz
+ Matrimonial
+
+
+
+
+
+

+
+ Description:
+
+ Gmail Account
+ Latest Quiz
+
+
+
+
+
+
Our main Services
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/WebContent/findname.jsp b/WebContent/findname.jsp
new file mode 100644
index 0000000..5197f66
--- /dev/null
+++ b/WebContent/findname.jsp
@@ -0,0 +1,17 @@
+<%@ page language="java" import="java.util.*" pageEncoding="ISO-8859-1"%>
+<%@ page import="java.sql.*" %>
+<%
+String n=request.getParameter("val");
+if(n.length()>0){
+try{
+Class.forName("oracle.jdbc.driver.OracleDriver");
+Connection con=DriverManager.getConnection("jdbc:oracle:thin:@localhost:1521:xe","system","oracle");
+PreparedStatement ps=con.prepareStatement("select username from quizregister where username='"+n+"'");
+ResultSet rs=ps.executeQuery();
+while(rs.next()){
+out.print("
+ <%
+ if(request.getAttribute("notlogin_msg")!=null){
+ out.print("
");
+ out.print(request.getAttribute("notlogin_msg"));
+ out.print("");
+ }
+ %>
+ <%
+ if(request.getAttribute("Error")!=null){
+ out.print("
");
+ out.print(request.getAttribute("Error"));
+ out.print("");
+ }
+ if(session.getAttribute("category")!=null){
+ String category=(String)session.getAttribute("category");
+ if(category.equals("Student")){
+ request.setAttribute("category","You are not a Teacher,You can't make Quiz");
+ %>
+
+ <%
+ }
+
+ }
+
+
+ %>
+
+
+
+
+
Welcome to my Site
+
+
+
+
+
+
+
+
+
+
+
Latest News
+
+
1
+
+
+ now learn how to develop android application free of cost
+
read more
+
+
+
+
+
2
+
+
+ we have latest projects uoloaded on my site
+
read more
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Latest Projects
+
+
+

+
+ Description:
+ Payment billing System
+ Online Quiz
+ Matrimonial
+
+
+
+
+
+

+
+ Description:
+
+ Gmail Account
+ Latest Quiz
+
+
+
+
+
+
Our main Services
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ <%
+ if(request.getAttribute("notlogin_msg")!=null){
+ out.print("
");
+ out.print(request.getAttribute("notlogin_msg"));
+ out.print("");
+ }
+ %>
+ <%
+ if(request.getAttribute("Error")!=null){
+ out.print("
");
+ out.print(request.getAttribute("Error"));
+ out.print("");
+ }
+ %>
+ <%
+ if(request.getAttribute("finished")!=null){
+ out.print("
");
+ out.print("");
+ out.print(request.getAttribute("finished"));
+ out.print("");
+ out.print("");
+ }
+
+ %>
+
+
+
+
+
Welcome to my Site
+
+
+
+
+
+
+
+
+
+
+
Latest News
+
+
1
+
+
+ now learn how to develop android application free of cost
+
read more
+
+
+
+
+
2
+
+
+ we have latest projects uploaded on my site
+
read more
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Latest Projects
+
+
+

+
+ Description:
+ Payment billing System
+ Online Quiz
+ Matrimonial
+
+
+
+
+
+

+
+ Description:
+
+ Gmail Account
+ Latest Quiz
+
+
+
+
+
+
Our main Services
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/WebContent/saveques.jsp b/WebContent/saveques.jsp
new file mode 100644
index 0000000..e736f57
--- /dev/null
+++ b/WebContent/saveques.jsp
@@ -0,0 +1,47 @@
+<%@ page language="java" import="java.util.*" pageEncoding="ISO-8859-1"%>
+<%@page import="java.sql.*"%>
+
+<%! static int counter=0; %>
+<%
+counter++;
+ try {
+Class.forName("oracle.jdbc.driver.OracleDriver");
+Connection con=DriverManager.getConnection("jdbc:oracle:thin:@localhost:1521:xe","system","oracle");
+String question= request.getParameter("question");
+String option1= request.getParameter("option1");
+String option2= request.getParameter("option2");
+String option3= request.getParameter("option3");
+String option4= request.getParameter("option4");
+String answer=request.getParameter("answer");
+String description=request.getParameter("description");
+PreparedStatement ps1=con.prepareStatement("select max(quizname) from quizinfo");
+ResultSet rs=ps1.executeQuery();
+while(rs.next()){
+String quizname= rs.getString(1);
+
+//System.out.print(quizname);
+
+PreparedStatement ps=con.prepareStatement("insert into quizques values(?,?,?,?,?,?,?,?,?)");
+
+ps.setString(1,question);
+ps.setString(2,option1);
+ps.setString(3,option2);
+ps.setString(4,option3);
+ps.setString(5,option4);
+ps.setString(6,answer);
+ps.setString(7,quizname);
+ps.setString(8,null);
+ps.setString(9,description);
+int s= ps.executeUpdate();
+
+
+}
+
+}
+catch(Exception e){e.printStackTrace();}
+
+%>
+<%
+request.setAttribute("counter",counter);
+%>
+
+ <%
+ if(request.getAttribute("notlogin_msg")!=null){
+ out.print("
");
+ out.print(request.getAttribute("notlogin_msg"));
+ out.print("");
+ }
+ %>
+ <%
+ if(request.getAttribute("Error")!=null){
+ out.print("
");
+ out.print(request.getAttribute("Error"));
+ out.print("");
+ }
+ %>
+ <%
+ if(request.getAttribute("finished")!=null){
+ out.print("
");
+ out.print("");
+ out.print(request.getAttribute("finished"));
+ out.print("");
+ out.print("");
+ }
+ %>
+
+
+
+
+
+
Welcome to my Site
+
+
+
+
+
+
+
+
+
+
+
Latest News
+
+
1
+
+
+ now learn how to develop android application free of cost
+
read more
+
+
+
+
+
2
+
+
+ we have latest projects uploaded on my site
+
read more
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Latest Projects
+
+
+

+
+ Description:
+ Payment billing System
+ Online Quiz
+ Matrimonial
+
+
+
+
+
+

+
+ Description:
+
+ Gmail Account
+ Latest Quiz
+
+
+
+
+
+
Our main Services
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+