This week's book giveaway is in the Programmer Certification forum.
We're giving away four copies of OCP Oracle Certified Professional Java SE 21 Developer (Exam 1Z0-830) Java SE 17 Developer (Exam 1Z0-829) Programmer’s Guide and have Khalid Mughal and Vasily Strelnikov on-line!
See this thread for details.

sumit Sanghai

Greenhorn
+ Follow
since Nov 05, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by sumit Sanghai

In a client-server system suppose the client does not connect with an open server scoket connection and it goes waste, what should be the approach?
We know that Hashtable is synchronized. But not all the Hashtable methods are synchronized. Why?
20 years ago
What are the different ways of passing parameters in <jsp:include>?
1) How can we get a current session object in a JSP page other than using the method reequest.getSession?

2) Is config object available implicitly in a JSP page in all the versions of JSP?
What is the difference between HttpServlet and GenericServlet?
20 years ago