1.What type of material can be sent from a Java servlet to
a browser ? How does the browser know how to deal with the
material?
2.Explain what happens to a servlet when a servlet engine
is sent a GET request.
No Answer is Posted For this Question
Be the First to Post Answer
Write a program in prolog to compute the factorial of a number using iteration/tail recursion?
Main frame : I have a PS file. 4 records. I need toread a particular field of that file and then add it up. then write the added field along with all other fields
utility used to obtain inform regarding the optimizes choice of access strategy for SQL stmts
In LSMW , what does the following error mean and how to rectify it : Incorrect interface data for set 78 in method C . This error is occuring in idoc processing step of LSMW.
Hello, Can anyone tell me the source code for FLAMES game in Control Language Programming(CLP)of AS/400.
Write a code snippet to display an integer in a binary format?
Write a Program to find the reverse of a given number.
Write a program that will convert an integer pointer to an integer and vice-versa.
JasperETL how to install and create simple project explain me clearly fnds iam wtg for ur rply
Write a Program for matrix multiplication.
Is it possible to write JAVA program without including any of the packages,such as "import java.io.*"; bcoz I instantly wrote a code without "import..." statement and runned the program on command Line & it worked. the code is: class Person { String name; int age; Person(String s,int a) { name = s; age = a; } accept() { System.out.println(name+"Hi!!!!!"); System.out.println(age); } } class Demo { public static void main(Strings args[])throws IOException { String name = args[0]; int age = Integer.parseInt(args[1]); Person p = new Person(name,age); p.accept(); } }
find out the list of users who have access to all t-codes starts with 'SU'? thanks in advance all.