Difference Between Call By Value and Call By Reference?
Answer Posted / sadikhasan
Call By Value :
In call By Value it create different memory for local
variable and actual called Variable. so changes does not
affect to the actual variable.
Call By Reference:
In call By Reference Compiler create same memory location
for the local variable and actual called variable so changes
affect to the actual variable and modify the value of actual
called Variable.
| Is This Answer Correct ? | 43 Yes | 12 No |
Post New Answer View All Answers
What is sap script? Describe its components.
What is the disadvantage of using exec sql statement in abap?
Explain the table, which contain the details of all the name of the programs and forms?
What are the internal tables and work area?
How to transfer data into line items using batch input session method? : abap bdc
What are dml commands in abap?
Differentiate between table and template ?
What are the types of windows in sap script?
What are the contents in technical specifications?
What is a matchcode?
ALV Report that will show the details of order like order no, order date, customer, product code & description, order quantity and value along with the details of dispatch of those orders like invoice no, invoice date, invoice quantity and pending order quantity. plz mention the detail coding Tahnks, Rahul
Difference between domain and data element? What are aggregate object?
Explain the different types of data dictionary objects?
what is 3 tire architecture and how does SAP utilizes this architecture. and how do netweaver came into picture?
What is meant by performance analysis? Have done anything to improve the performance?