You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-we...@googlegroups.com
as we all know there will only be one instance of servlet in your servlet container, thus what ever state(instance variable) is there in the servlet will be available to all the client who makes request to the servlet. Thus guaranteeing you that state will be maintained. that is why we are taught not to have instance variable in our servlet.