Why is it important to close an ado.net application?
What are the two types of transmission technology available
Is there anyway to determine if an intent passed into a broadcastreceiver’s on receive is the result of a sticky broadcast intent, or if it was just sent?
Explain the steps for bug cycle?
How does shebang work?
Given only putchar (no sprintf, itoa, etc.) write a routine putlong that prints out an unsigned long in decimal. [ I gave the obvious solution of taking % 10 and / 10, which gives us the decimal value in reverse order. This requires an array since we need to print it out in the correct order. The interviewer wasn't too pleased and asked me to give a solution which didn't need the array ].
What is a lead in sap crm?
What is meant by a dispatcher?
how can you display data say "your name"in sap script without print program or driver program??
About Iunknown interface Queue ,its methods Query Interface Addref,Release and Explain each ?
Can inner class be public in java?
Can we rollback delete command?
How do you comment out in jsp?
Define about key flexfiled ?
Can we declare array size as a negative number?