Hi All,
I know the title of the post does not make much sense, I am sorry for that.
The question i have is consider this piece of code
Connection mConnection = null;
mConnection = getConnection(); //This is a private method whic returns a connection object
Now consider this
Connection...