Java J2EE (14736)
J2ME (151)
Java Related AllOther (507) Hi Frieds, I am new to servlet why to use servlet in webapplication. what i know is " use servlet as a controller in mvc and to implemnent business logic . is it correct ? One more thing reason for implementing business logic with servlets , why not jsp.
4 6405I have one Shopping cart application, i that i have selected some items, while clicking submit button by mistake i have clicked twice or trice, that time items are selected twice or trice. Actually i want only one copy of items but its selected twice or trice. So how can we avoid this problem?
2 6999Hai all I want to print given array in reverse order Ex: int a[]={1,2,3,4,5};display this array in reverse order.
4 6301How to find the size of an array a)array.length() b)array.length c)array.size() d)array.size
6 11238when a servlet sends request for first time it uses the follwing methods a)init b)doget() c)dopost() d)service
4 7723
Hi frnd can i any one kindly can post for me portlet,hibernate and spring example application and with flow explantion configuration using Jdeveloper.and related links ar tutorials kindly please send me .its urgent for me .thanks in advance...........else can any one send to kondaiah.goddeti@gmail.com
What is a classloader in java?
What is a constructor overloading in java?
What is java string pool?
What is the first argument of the string array in main method?
What is the java api?
How does java handle integer overflows and underflows?
hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code
Are jvm’s platform independent?
How can you inject java collection in spring?
What is the difference between equals() and == in java?
How to sort array in descending order in java?
Write a program to print count of empty strings in java 8?
Differentiate between static and non-static methods in java.
What is the difference between filters and interceptors ?