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 |
what is meant by trigger?
Building Quotation engine program
what are stubs related to foxpro?
can we convert .class file to dll file
What are two of your strengths that you will bring to our QA/testing team?
Give examples of macro quoting function?
what is difference between c and C#
3. What is the difference between testing and Quality Assurance?
How do i find out the number of parameters passed into function?
1. Consider the following code in our example assembly language: ; an example bit of assembly code ROOT: W FATHER FATHER: W SON1 W SON2 SON1: W NIL W NIL ; ---------------------- SON2: W GRANDSON W NIL GRANDSON: W NIL W NIL NIL = 0 Assemble this code carefully following the two pass model, and show the symbol table at the point marked by the dashed line during each pass.
which property is used to display the advertisements with adrotator control
Hi guys... I have one doubt ..Exception is a runtime error then why we have checked exception... Thanks in advance