:) thanks for such gud words guys

On Tue, Sep 6, 2011 at 2:47 PM, sukran dhawan <sukrandha...@gmail.com>wrote:

> ya dont be upset if some one who is not as good as u get a job and u don
> get it ... think positively ... think that the company don deserve u and
> start working on ur weak areas
>
> On Tue, Sep 6, 2011 at 2:34 PM, siddharam suresh 
> <siddharam....@gmail.com>wrote:
>
>> my personal experience.
>> guys don't regret while placements,
>> it wont bring any work-ability in the preparation.
>> always look for what was missing in the last interview, prepare well.
>>
>> I didnt prepare because of the initial failure in the placements(ended up
>> where i did not planed). I wish that wont happen with anybody.
>>
>> Thank you,
>> Sid.
>>
>>
>>
>> On Tue, Sep 6, 2011 at 2:19 PM, rahul vatsa <vatsa.ra...@gmail.com>wrote:
>>
>>> :D
>>> may be u lost this to gt something better :-)
>>>
>>>
>>> On Tue, Sep 6, 2011 at 4:32 AM, ROHIT SINGHAL <rohitksingha...@gmail.com
>>> > wrote:
>>>
>>>> due to this singleton class i lost 6.5 lpa opportunity :( in Hcentive
>>>> noida
>>>>
>>>>
>>>> On Tue, Sep 6, 2011 at 12:58 PM, rahul vatsa <vatsa.ra...@gmail.com>wrote:
>>>>
>>>>> there is no restriction at all, you can create n no of objects. A
>>>>> member function can call a private constructor any number of times.
>>>>>
>>>>> Just 1 single object is created bcoz this is the property of singleton
>>>>> class.
>>>>> A singleton class is a class which ensures the class has only one
>>>>> instance & it provides a global point of access to it.  that it provides
>>>>> through a public static member function.
>>>>> This member function when invoked , first checks if the single instance
>>>>> has already been create, if yes it doesn't create a new 1, it gives you 
>>>>> back
>>>>> the already created one, so even if you call it multiple times, you get 
>>>>> the
>>>>> same object. nd thatz basically the intent behind.
>>>>>
>>>>> If you want to have more than one objects, you can modify this member
>>>>> function & can do that.
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> On Mon, Sep 5, 2011 at 12:45 PM, Neha Singh <
>>>>> neha.ndelhi.1...@gmail.com> wrote:
>>>>>
>>>>>> Guys hv a doubt, plz clarify ..
>>>>>> You mentioned that if a class has a private constructor then the
>>>>>> object of that class can be created using call to a static method which
>>>>>> internally calls the constructor and returns its reference. I can't
>>>>>> understand why only 1 object can be created as mentioned by you. As in, 
>>>>>> we
>>>>>> can call the static method multiple times and create multiple objects..
>>>>>>
>>>>>> --
>>>>>> You received this message because you are subscribed to the Google
>>>>>> Groups "Algorithm Geeks" group.
>>>>>> To post to this group, send email to algogeeks@googlegroups.com.
>>>>>> To unsubscribe from this group, send email to
>>>>>> algogeeks+unsubscr...@googlegroups.com.
>>>>>> For more options, visit this group at
>>>>>> http://groups.google.com/group/algogeeks?hl=en.
>>>>>>
>>>>>
>>>>>  --
>>>>> You received this message because you are subscribed to the Google
>>>>> Groups "Algorithm Geeks" group.
>>>>> To post to this group, send email to algogeeks@googlegroups.com.
>>>>> To unsubscribe from this group, send email to
>>>>> algogeeks+unsubscr...@googlegroups.com.
>>>>> For more options, visit this group at
>>>>> http://groups.google.com/group/algogeeks?hl=en.
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Regards:
>>>> Rohit Singhal
>>>>
>>>>
>>>>  --
>>>> You received this message because you are subscribed to the Google
>>>> Groups "Algorithm Geeks" group.
>>>> To post to this group, send email to algogeeks@googlegroups.com.
>>>> To unsubscribe from this group, send email to
>>>> algogeeks+unsubscr...@googlegroups.com.
>>>> For more options, visit this group at
>>>> http://groups.google.com/group/algogeeks?hl=en.
>>>>
>>>
>>>  --
>>> You received this message because you are subscribed to the Google Groups
>>> "Algorithm Geeks" group.
>>> To post to this group, send email to algogeeks@googlegroups.com.
>>> To unsubscribe from this group, send email to
>>> algogeeks+unsubscr...@googlegroups.com.
>>> For more options, visit this group at
>>> http://groups.google.com/group/algogeeks?hl=en.
>>>
>>
>>  --
>> You received this message because you are subscribed to the Google Groups
>> "Algorithm Geeks" group.
>> To post to this group, send email to algogeeks@googlegroups.com.
>> To unsubscribe from this group, send email to
>> algogeeks+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/algogeeks?hl=en.
>>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Algorithm Geeks" group.
> To post to this group, send email to algogeeks@googlegroups.com.
> To unsubscribe from this group, send email to
> algogeeks+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/algogeeks?hl=en.
>



-- 
Regards:
Rohit Singhal

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to