Do you know what is the difference between deep and shallow copy?
How do I count duplicate rows in excel?
How will you do the capture the username of the person who approves or rejects a po.
How do we generate idoc in sap ?
Are you able to work with multiple phone lines?
How many containers are there in spring?
What is Webresource and what the different types of webresource ?
What is input groups in bootstrap?
Can some one help me with the QTP 9.0 single seat license. pls send it to sandeepkumarsingh@hotmail.com
Consider the following algorithm, where the array A is indexed 1 through n: int add_them ( int n , int A[ ] ) { index i , j , k ; j = 0 ; for ( i = 1 ; i <= n ; i++) j = j + A[i] ; k = 1 ; for ( i = 1 ; i <= n ; i++) k = k + k ; return j + k ; } (a) If n = 5 and the array A contains 2, 5, 3, 7, and 8, what is returned? (b) What is the time complexity T(n) of the algorithm?
What is apple's excel equivalent?
Can someone please post/let me know the latest SAP PI7.4/PO7.37.31 interview question?!! Thanks in Advance, Neha Shri
Explain what is dbms?
How can we update a record in the target table without using update strategy?
If try block is successfully executed, Then Is Finally block executed?