<% String st[]=new String[10]; for(int i" name="description">

online questionaire design

online questionaire design

Can anyone tell me what is wrong in this code ?.....iam tryin to create an online questionaire using jsp

<%@page import="java.sql.*"%>

<% String st[]=new String[10]; for(int i=0;i

} Class.forName("com.mysql.jdbc.Driver").newInstance(); Connection connection = DriverManager.getConnection("jdbc:mysql://localhost:3306/project","root", "123"); Statement stmt=connection.createStatement(); ResultSet rs=stmt.executeQuery("Select ans from answers"); String ans=""; while(rs.next()){ ans+=rs.getString("ans")+" "; } int count=0; String answers[]=ans.split(" "); for(int i=0;i

View Answers









Related Tutorials/Questions & Answers:
online questionaire design
online questionaire design  Can anyone tell me what is wrong in this code ?.....iam tryin to create an online questionaire using jsp <%@page import="java.sql.*"%> <% String st[]=new String[10]; for(int i=0;i
machine design course online
design course online Try to provide me good examples or tutorials links so that I can learn the topic "machine design course online". Also tell me...machine design course online  Hi, I am beginner in Data Science
Advertisements
jsp online exam...
jsp online exam...  Plz provide me front end design
java design
java design  What is design by contract
Design pattern
Design pattern  explain factory pattern
java - Design concepts & design patterns
java  give the code to design the hotel management software
J2EE design patterns - Design concepts & design patterns
J2EE design patterns  Hi all, could any one send me design patterns links. its very utgent. thanks, lakshminarayana.  Hi Friend, For J2EE Singleton Pattern,visit the following link: http
Database Design
Database Design To design the database you first need to install the MySql database. The After create the database as create database if not exists...`) ); Create Table result_info Which consists results of online
online test application in java
Online Test Application Table Of Contents Introduction To Application Database Design Creating Data Access Object (DAO) Design Pattern Creating Views Writing Actions Mapping Application Admin Module User Module Download
Design patterns - Design concepts & design patterns
Design patterns  I am new to design patterns and desigining . Please refer me some tutorial or pdfs of design patterns and desigining in easy.... It is this solution when documented and used over and over becomes a design pattern
online voting
online voting  can i have the code for online voting in java
online voting
online voting  can i have the code for online voting in java
online bookbank
online bookbank  Need online book bank with mvc architecture
Design Patterns
Design Patterns  Explain the Factory Pattern, VO Pattern, DAO Pattern, and Singleton Pattern
DESIGN PATTERNS
DESIGN PATTERNS  How many instances will be created for single ton pattern in Cluster Environment
how to design a parser - Design concepts & design patterns
how to design a parser  sorry i am not sure in which category i have to put my question actually i have to design a LR (0) parser for a given grammar in java i am confused how to implement this i know how the parser
web design
web design   Hii.. I have to design one registration page in java... SUGGESTIONs (here i have to design captcha) submit (while clicking... how could i design that. Please help me asap Thanks a lotADS_TO_REPLACE_2
Web Design Training
Web Design Training  Hi, How to learn Web Design? What is the best courses in Web Design Training? Thanks   Hi, These days websites are very important for the success of the company. Online presence is very
online shopping
online shopping  hi, i am doing online shopping project i want to do online payment. How it can be possible
Java - Design concepts & design patterns
Java  What are design patterens?  Hi friend, Software professionals may be familiar with the term "Design Patterns," but many have... not see the value and benefits design patterns bring to the software development
Java - Design concepts & design patterns
Java  Sir , please let me know the exact usage of DAO design pattern  Hi Friend, Please visit the following link: http://www.roseindia.net/javatutorials/J2EE_singleton_pattern.shtml Thanks
jaavscript - Design concepts & design patterns
me the design code,how to design ,i will be grateful to you.Regards debasis
design software
design software  hello sir sir you asked me datial of software which i want to make. sir i want to make account software. and also i want to make graphics not command based. please you guide me how i will make
java - Design concepts & design patterns
java  Q What is the disadvantage of Singleton design pattern?  Hi Friend, 1)It allows only one instance of the class. 2)If the Singleton has synchronized blocks in it, it might slow the system down as the threads
For reqirment - Design concepts & design patterns
For reqirment  I have to design loyalty card system which is related with Point of sale. Please send some document related to loyalty card. I have no idea related to this so please help me to resolve this problem as soon
Javascript - Design concepts & design patterns
Javascript  Dear Sir, how to attach file while sending some files in a mail service??i have a button called attach files.After clickin that button what is the function to be called.Please give me some design code
online exam
online exam  how we can upload the data on the server using any site
online exam
online exam  how we can upload the data on the server using any site
java - Design concepts & design patterns
java  design a vehicle class hierarchy in java.write a test program to demonstrate polymorphism.  Hi Friend, Try the following code: class Vehicle { void test(){} } class Bus extends Vehicle{ void test
java - Design concepts & design patterns
java  what is singleton design pattern?Give implementation of singleton design pattern? what is factory design pattern?and give its implementation.   Hi friend, class Singleton{ public static void main
Sugget a design pattern and the advantages in it - Design concepts & design patterns
Sugget a design pattern and the advantages in it  What is design pattern and what is the advantage of it?  Hi, using design pattern... of Design Pattern, i guess it's useful.http://www.javajazzup.com/issue9/page36.shtml
online shopping
online shopping   Hai sir/madam, i'm working on online shopping project.requirements is oracle10g,servlets/jsp... what is the difference b/w storing and saving image into database.how to store and how
online exam
online exam  Write a program to determine if an input string x is a substring of another input string y. For example, a "bat" is a substring of "abate" but not a substring of "beat
Online Exam
Online Exam  I want to write a program for Exam with multiple answers program can read answers one by one and it shows the total marks at the end how it can implement Help me
urgentt - Design concepts & design patterns
two,and same for next two records.This design is final.please help me.Likewise we... process.Any design ,you think valid,plizz give me..Thank you Please help me.plizz
java - Design concepts & design patterns
java  Q.No-1. Design a menu-driven interactive programme to find out capital cities of all the states of India using switch statement. Q.No-2. Write a programme to perform binary operations on integer argument. The arguments
java - Design concepts & design patterns
java  design a java interface for ADT stack.develop two differant classes that implement this interface,one using array and the other using using linked list.provide necessary exception handling in both the implementations. 
java - Design concepts & design patterns
java  design classes for currency,rupee,and doller.write a program that randomly generates rupee and doller objects and write them into a file using object serialization.write another program to read that file,convert to rupee
urgentt - Design concepts & design patterns
two,and same for next two records.This design is final.please help me.Likewise we
java - Design concepts & design patterns
java  1.write a multi-threaded java program to print all numbers below 100,000 that are both prime and fibonacci number(some examples are 2,3,5,13,etc).design a thread that generates prime numbers below 100,000 and writes them
online examination
online examination  Hi, i am doing online examination project, i have some problem with get a paper form database and count the right answer and display the result. So, i request to you please help me come out to this problem
Online test
Online test   I am creating a project for online test system. There should be a timer,on pressing next button it will retrieve a next question and it will show on the same page,on completion of test it will show result
Design Pattern used in Struts - Design concepts & design patterns
Design Pattern used in Struts  Can someone tell what is MVC2 Design Pattern??  Hi friend, Read for more information, http://www.javajazzup.com/issue3/page44.shtml
Design - Java Beginners
Design  What is Software Design & development
cs229 online
field. I am searching for the tutorials to learn: cs229 online Try... and Data Science online training course for software developers What is predictive analytics? Online TensorFlow 2.0 training course Thanks
design patterns are used in Struts?
design patterns are used in Struts?  What design patterns are used in Struts
design role played by Struts.
design role played by Struts.  What is the design role played by Struts
visual Basic - Design concepts & design patterns
visual Basic  send me a project. Design in visual basic. minimum length 25 pages of hard copy. please.......  please send me design in visual basic
online quiz
online quiz  Define a Question class which stores a multiple choice question having one correct answer. Each question has a complexity (difficulty) level. Use the Question class to define a Quiz class. A quiz can be composed
online quiz
online quiz  Define a Question class which stores a multiple choice question having one correct answer. Each question has a complexity (difficulty) level. Use the Question class to define a Quiz class. A quiz can be composed

Ads