Sally Mohamed AbdelRahman

Greenhorn
+ Follow
since Aug 10, 2004
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 Sally Mohamed AbdelRahman

In the server properties, on the "configuration" tab, have you checked the box next to "Enable administration console"?
19 years ago
JSPs are not thread safe unless you make them. For you to ensure that the page is thread-safe, you need to use the directive:

this says that you as the developer have not checked that the jsp is thread-safe, and specifies that the jsp engine will ensure that your jsp's generated servlet will handle each request on its own without overwriting of parameter values.
19 years ago
JSP