mahendra dubey

Greenhorn
+ Follow
since Sep 25, 2003
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 mahendra dubey

Hi All
Could any 1 tell me how to store database password in the properties in an encrypted format.
Rgrds
md
Hi Ernest
Here is the question put to me.
Say in a synchronised method i have teh database connection code
There arew many threads waiting to access this synchronised method.
Now the connection is obtained & say immediately the db goes down
Isnt this a deadlock scenario
How will you handle such a scenario
Rgrds
MD
Hi All
I have a class say amain with 2 methods
static void meth() { }
void meth1() { }
i create a object in the main method
amain x = new amain();
x = null;
x.meth() // works
x.meth1() // does not work throws null pointer exception
i know this behavior but can anybody explain the reason behind this behaviour.
Rgrds
MD
20 years ago