Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search Coderanch
Advance search
Google search
Register / Login
sumit Sanghai
Greenhorn
+ Follow
news
5
Posts
5
Threads
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
Wasteful Client Socket Connections
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?
show more
20 years ago
Sockets and Internet Protocols
Hashtable methods
We know that Hashtable is synchronized. But not all the Hashtable methods are synchronized. Why?
show more
20 years ago
Java in General
passing parameters in jsp:include
What are the different ways of passing parameters in <jsp:include>?
show more
20 years ago
Web Component Certification (OCEJWCD)
Session Object in JSP
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?
show more
20 years ago
Web Component Certification (OCEJWCD)
GenericServlet
What is the difference between HttpServlet and GenericServlet?
show more
20 years ago
Servlets