Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.
Public class Counter{private int counter;public Counter(){counter=0;}public synchorized int getCounter(){return counter;}public synchorized int setCounter(){counter=0;return counter;}public synchronized int incCounter(){return(++counter);}}A web container should dispatch multiple client requestsrequests with the following page directive:what should be the value for the isThreadsafe argument and why?
Related Answered Questions
Related Open Questions