Thursday, July 15, 2010
My CSC Rendezvous....
Wednesday, June 9, 2010
Absolutely Singleton.....
Many of Java developers know about singleton pattern and how to create it. But, creating a thread safe Singleton is the real absolute singleton. Otherwise, there are chances for ending up with different objects for different threads, which is totally against singleton.
A sample program given in the discusion here clearly explains how a singleton which is not thread safe can create different objects w.r.t different threads.
A sample program given in the discusion here clearly explains how a singleton which is not thread safe can create different objects w.r.t different threads.
Saturday, May 8, 2010
Servlet, JSP..
Saturday, March 27, 2010
Unix Questions
Adding Questions
Updated on 8th May 2010
Saturday, February 20, 2010
Interesting Questions....
Friday, February 19, 2010
JSP:Can a method be declared in scriptlets?
Can we declare a method in scriptlets? If so, what is the use of declaration tag?
If you want the answers, just Click here
If you want the answers, just Click here
Subscribe to:
Posts (Atom)