what is difference between sap and java ?
Answer / mythili manoharan
ABAP is the programming language for SAP whereas Java is a
programming language of SUN Microsystems.
Both of them are programming languages.Despite the fact
that both are platform independent, ABAP is a query based
language and the other is a pure object oriented language.
Seeing it from SAP perspective, the SAP R/3 system has a
ABAP stack and a Java Stack. Any process cusutomisation on
the R/3 will be done by ABAP whereas the Java stack is used
for providing a wrapper on top of your R/3 system which
gives the flexibility of using SAP Netweaver components
like Portal...
| Is This Answer Correct ? | 11 Yes | 2 No |
Fortran cannot have value by reference True or False?
What is std::auto_ptr?
what is apt_dump_score in datastage where it is useful
how to data grid use in data bind?
Difference between interface and abstract class?
What is the difference beween joblib and steplib statements
what is programmable BIST in today ic design
One boy has to climb steps. He can climb 1 or 2 steps at a time. Write a function that will returns number of way a boy can climb the steps. Int WaytoSteps(int n) (eg:- suppose number of steps is n=4 ,the function will return 5 (one-one-one-one ,one-one-two, one-two-one-,two-one-one, two-two)
how to swap all the values without using temporary variable. tha values r a = 20, x=60 and p=2.
5 Answers DST Global Solutions, iGate,
What is the difference between compiled and interpreted languages?
which worker is involved in all the phases of SDLC?
how to convert hashmap to arraylist with iteration