This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Beginning Java and the fly likes get method for geting the value from servlet. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "get method for geting the value from servlet." Watch "get method for geting the value from servlet." New topic
Author

get method for geting the value from servlet.

Ritesh raushan
Ranch Hand

Joined: Aug 29, 2012
Posts: 97
i read a Headfirst servlet where written get method used to geting the value it doesn't change anything on the server.but we can also update database from get method.please help
Jeff Verdegan
Bartender

Joined: Jan 03, 2004
Posts: 5874
    
    6

I have no idea what you're talking about.

Can you quote exactly what was written, and identify the source of the quote?

Also, it's not clear what your question is. "Please help"? Help with what? What don't you understand?

Ritesh raushan
Ranch Hand

Joined: Aug 29, 2012
Posts: 97
means difference between idempotent and non-idempotent.
Jeff Verdegan
Bartender

Joined: Jan 03, 2004
Posts: 5874
    
    6

Ritesh raushan wrote:means difference between idempotent and non-idempotent.


I'm sure you can look up those terms on the web.

If you have a specific question about how this applies in some servlet context, please make the effort to ask a clear, complete question.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: get method for geting the value from servlet.
 
Similar Threads
How to maintain a counter in jsp to know how many times the page is visited?
StreamCorruptedException error
Problem with jakarta commons dbcp
how to access hashtable from object array
ServletContext Null pointer Exception