leela mohan

Greenhorn
+ Follow
since Oct 31, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by leela mohan

actuval definition of servlet
what is servlet?
18 years ago
how to convert a data or text that is obtained from database using servlet into xml
just assume that it is htmlpage
in this they are following contents

ADD Remove ok

this three are buttons
table

Description:
Add: by clicking add it create one row
Remove:it delete one row
suppose there are two rows in a table (example value hostel ....)like these
the servletprogram should take these details and create table by clicking ok button

Ok: it create table by any name by taking fields in this table by invoking
Servlet program in orcale database
18 years ago
ADD Remove ok
this three are buttons
table

Description:
Add: by clicking add it create one row
Remove:it delete one row
Ok: it create table by any name by taking fields in this table by invoking
Servlet program in orcale database
18 years ago
it is an one of the FAQ
servlet is not having main method so static method can call by object of class,directly, or classname
but to call this also i thing we need mainmethod so reply please
18 years ago
Suppose i declare static method in servletclass in that method i want print "hi" it is possible or not ?
static method can also call by classname
so please tell me answer
18 years ago
suppose the two tables have the same like this
one table is
create table StudentAdmissionTable
(
Std_AdmNumber Number,
Std_Wing varChar2(10),
Std_Class varChar2(10),
Std_Section varChar2(5),
Std_RollNo varChar2(10),
Std_AcadYear Date,
std-name varchar2(8)
);

another table is
create table FeeDetailsTable
(
Std_AdmNumber Number,
Term1 Number,
Term2 Number,
Term3 Number,
Due_Date_term1 Date,
Paid_Date_term1 Date);
so please tell me
18 years ago
suppose the two tables have the same like this
one table is
create table StudentAdmissionTable
(
Std_AdmNumber Number,
Std_Wing varChar2(10),
Std_Class varChar2(10),
Std_Section varChar2(5),
Std_RollNo varChar2(10),
Std_AcadYear Date,
std-name varchar2(8)
);

another table is
create table FeeDetailsTable
(
Std_AdmNumber Number,
Term1 Number,
Term2 Number,
Term3 Number,
Due_Date_term1 Date,
Paid_Date_term1 Date);
so please tell me
What is difference between processer and thread??
please tell me the difference between Io and Newio with examples
18 years ago
please tell me the difference between Io and Newio with examples
18 years ago