ONLINE EXAM CODE SPLIT
hi.. im developing online exam for c programming in jsp..
i read the question from database as a string
suppose
String ques="#include<stdio.h>main(){int i;for(i=0;<100;i++){printf("hai");}}";
i want to print the string in html page as
#include<stdio.h>
main(){
int i;
for(i=0;<100;i++){
printf("hai");
}
}
how is it possible? plz plz help me.. it is in jsp
View Answers
Ads
Related Tutorials/Questions & Answers:
ONLINE EXAM CODE SPLIT
ONLINE EXAM CODE SPLIT hi.. im developing
online exam for c programming in jsp..
i read the question from database as a string
suppose
String ques="#include<stdio.h>main(){int i;for(i=0;<100;i++){printf("hai
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
Advertisements
online exam
online exam The file geneexpr500x204.gct contains gene expression values for 500 genes (analytes) and 204 samples.
(a) Extract the sample names... source
code and the output files.
Use - any of shell script or perl.
This file
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
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 The Government of Byteland has decided to issue new currency notes with special protection features to commemorate their great mathematician Byteguru. Byteland has decided to issue notes using the following rules
online exam
online exam The Government of Byteland has decided to issue new currency notes with special protection features to commemorate their great mathematician Byteguru. Byteland has decided to issue notes using the following rules
online exam
online exam The Government of Byteland has decided to issue new currency notes with special protection features to commemorate their great mathematician Byteguru. Byteland has decided to issue notes using the following rules
online exam portal
online exam portal i am thinking of developing a small
online exam pattern with multipe choice questions ,
can u please give me any idea of how to start
jsp online exam
jsp
online exam i have designed a html page with 20 multiple choice questions ...options are in radio button for each question .... now i have to retrieve all the selected answers and save it to database match it with correct
Online exam using c# and SQL server
Online exam using c# and SQL server hello, i'm making the (window based)
online examination system using C#.net and SQL SERVER. my database is stored... then client must get the relevant message and
exam on client must gets stopped, until
Help on this java code for online library search
Help on this java
code for
online library search I have written the following java
code for simple library book search. but its having some errors ... please help me on this
code.
import java.sql.*;
import java.awt.
Exam help
Exam help A table exists which has a primary key field which is numeric, and is called Id. When inserting a new record into this table you should ensure that the Id used is the next available Id. Discuss how you would
Split in java
it.
Example :
Code to use of
split method.
public class
Split
{
public static...
Split in java
This section illustrate the use of
split in java.
Split is used to
split the
string in the given format. Java provide two methods
SCJA Syllabus And Exam Fees
SCJA Syllabus And
Exam Fees What is SCJA syllabus and
exam fees for SCJA and also
exam dates in 2012 for SCJA?
Thanking You (In Advance
split and merge
split and merge How to merge two text files into another text file How to
split a huge amount of text file into small chunks in Java