| Next Tip?
Home » Archive

Articles in the General Category

General »

[29 Apr 2010 | No Comment | 215 views]

Yes, its possible to create constructors for Abstract classes. We can create Private, Public and Protected constructors for Abstract classes
Example:
Abstract class  myAbstClass
{
public myAbstClass()
{ }
private myAbstClass(int x)
{ //some implementation }
protected myAbstClass(string strX, string strY, int x)
{ //some implementation }
}
Tweet This Post

General »

[9 Aug 2009 | No Comment | 71 views]

Q316)    Difference between TSQ & TDQ
A316)     TDQ is read destructive, TSQ is not. TSQ can be created dynamically, TDQ cannot be created dynamically. TSQ is temporary in nature (i.e. it will be deleted when the program finishes execution, unless it is made permanent by making a entry in the Temporary Storage Table), TDQ is not.
Q317)    What is ENQ in CICS?
A317)     If any one want to restrict Trans-Id to single user, enter trans-id with ENQ. It won’t allow any one else to use the same trans-id.
Q318)    In SYMBOLIC Cursor Positioning after …

General »

[1 Aug 2009 | No Comment | 262 views]

Welcome all!
This is the best place to prepare interview.
Presently, we are updating our Interview Databank. Please stay back for numerous interview questions.
Tweet This Post

Get Adobe Flash playerPlugin by wpburn.com wordpress themes