Reagrding Syncronized Block
Hi Gurus
What is the Benefit of Using staticsynchronizedvoid amethod(){}
VS
synchronized void amethod(){}
Help is deeply Appreciated
Hi Gurus
What is the Benefit of Using staticsynchronizedvoid amethod(){}
VS
synchronized void amethod(){}
Help is deeply Appreciated
> So, your question has nothing to do with
> synchronization. You're just asking when to use a
> static method (class) method vs. a non-static
> (instance) method.
No I want to know that which is the best way to craete a method which cab be acessed by only one person to craete Id vs Description Map.