satish chander

Greenhorn
+ Follow
since Dec 21, 2009
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by satish chander

I want to do this because someone has asked me this question in interview .....
14 years ago
JSP
When we run a jsp page it ultimately results in a servlet with a name _jsp. For example if i had made a jsp page called welcome.jsp it will become _welcome.class . So my question is , is there any way to change the name of the resultant class file(servlet).
14 years ago
JSP
what is the main difference between these two .
14 years ago
is it possible to overload operators in java
14 years ago
14 years ago
i know that HttpSession and context are not thread safe , but i am not able to understand that why request are thread safe.........
14 years ago
how to use request dispatcher . if i want to call a JSP from a Servlet then where should i put the JSP page in the WEB-APP folder. can i call redirect from a hyper-link?
14 years ago
thanks pramod ...
i will try making this but is it compulsary to make index file if yes then how can i use it in this context (MVC)
14 years ago
how to apply MVC pattern practically using tomcat . I know theoretically that what is MVC but not able to implement it.
14 years ago