___ method used to move a recordset pointer in nth position
in DAG.
how do find the user exit for selected feild whatis the process and can u plz explain it
what is delegate and delegation model give the real live example on delegate model
Data structure used to impliment a menu:
Difference between interface and abstract class?
Is strus threadsafe or not?
diffrence between oracle apps , .NET , SAP
What is %Type,%Rowtype?
what is programming language?
9. Read the function conv() given below conv(int t) { int u; u=5/9 * (t-32); return(u); } What is returned (a) 15 (b) 0 (c) 16.1 (d) 29
Data Structure: Show that if k is the smallest integer greater than or equal to n+ (log2n)-2, k comparisons are necessary and sufficient to find the largest and second largest elements of a set of n distinct elements. (k comparisons are required to find what you are looking for, but no more than that are needed)
can php support multiple inheritence?
How does the type system works when there is interoperability between a COM and .Net, i mean what exactly happens there