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 6194I 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 6881Hai 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 6128How to find the size of an array a)array.length() b)array.length c)array.size() d)array.size
6 11030when a servlet sends request for first time it uses the follwing methods a)init b)doget() c)dopost() d)service
4 7571
Do you need an alignment after replacing struts?
What is jdbc driver for sql server?
What does method mean?
How do you add an arraylist to an array in java?
What is the use of bag in hibernate?
How can we integrate log4j in Struts2 application?
Is spring boot an open source? : Spring Boot
Explain about Join?
What does 3 dots mean in java?
Why annotations are used in spring?
what is the difference between a threads start() and run() methods? : Java thread
Why is inheritance used in java?
What is the difference between a choice and a list?
What is the significance of DataBaseMetaData.tableIndexStatistics? How to obtain and use it?
How to combine the struts with velocity template?