What is the client concept in SAP? What is the meaning of
client independent?
Answer Posted / preeti chaturvedi
Sets of software component which acts as service requester are called as client.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is the system development cycle
sample and simple coding where we get?
Explain polymorphism. Provide an example.
could you please tell me how to draw the calibration curve for HPLC {the software which we are using}?
Can we write a method in JSP.If so how?
what are stubs related to foxpro?
what is the difference between Windows application and Unix application?
if 2 is passed as an argument to the method,void GC.Collect then what would be the result?
How do you pass variables forwrd to future CECI sessions
What are events in smartforms?
write algo for cobol program whichuse three flat file to extract some specific information 8 marks mainframe
what is the main usage of an abstract keyword?please follow the program class A { void display() { System.out.println("hai"); } void print() { } } class B extends A { void print() { System.out.println("Hello"); } } In this program i was gives the implementation of print() according to my requirements in subclass.And there is no definition in superclass then why we can use abstract keyword before a method that i want to gives definition in other classes,is any mistakes in the above usage of method?
what is delimiter in sas ?
Write a program to create a process in UNIX
Can any one give an example (Source Code) on virtual function implemetation in Java?