Difference Between dopost() and doGet()?
mani2 0 Newbie Poster
Recommended Answers
Jump to PostAs JavaEE5 documentation states in HttpServlet class description
doGet()Called by the server (via the service method) to allow a servlet to handle a GET request.
Overriding this method to support a GET request …
All 2 Replies
peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster
mani2 commented: thanks.. +0
ZeroCul 7 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.