Hi frnds iam new to Java Kindy any one can provide or me
Servlets Example code and can explain to me flow of servlets
and as Jsp and Struts and provide to me some sample example
on these 3 topic flow,code example,and tutorials,and related
websites which i can refer....thanks in advance..........
Answer Posted / tej kumar
Hai Friend...
As you are new to Java World.
For tutorials on Java, go through roseindia.net.
Good Luck..Bye
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What is servlet instance?
How do you create a cookie using servlet?
Which event is fired at the time of project deployment and undeployment?
What does the term localization refer to?
What is called Session Tracking?
What do you mean by session tracking?
Whether thread can be used in servlets?
When should you prefer to use doget() over dopost()?
A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?
How can the referrer and the target urls be used in servlet?
What are the types of an http request?
What is the inter-servlet communication?
How can you create a session in servlet?
Servlet is pure java object or not?
What’s the difference between sendredirect and forward methods