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
how CLR identify vb file?
I want to insert date in the form of yyyy-mm-dd... if any changes happen while inserting date format want to show error meg...any one can solve this..??
1.how to deploy the Maven application in weblogic server? 2.In Real time projects all classes are singleton or some classes only singleton explain? 3.what are the major uses of the designpatterns? 4.explain restful &Soap based services explain?
How do you initialize a static member of a class with return value of some function?
hi viewers, tell me,what is scripting and programming, define and difference...pls
hi all, i need ur help in preparing a sql which performs scd2, i mean i have a scd2 mapping i need a sql which can give me same result as scd2 mapping, SRC table: cust_no, loc 01 abc 02 xyz TGT table: pm_ky cust_no loc current_flag 1 01 abc Y 2 02 xyz Y cust 1 has changed his loc to xyz then it loads into TGT table as below, pm_ky cust_no loc current_flag 1 01 abc N 2 02 xyz Y 3 01 xyz Y i need sql to get the above result, hope got me question, Any suggestion will be appreciate.. thanks, Vinod
what are resources in case of Threads
How to connect to ms word wit VB ojective is to prepare s/w to generate question paper , selects questions randomly from the ms access , database
write algo for cobol program whichuse three flat file to extract some specific information 8 marks mainframe
what is best way to create a Thread class & why?
what is the BAM? where we can use it in BizTalk server?
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?
Given an array of size n. It contains numbers in the range 1 to n. Find the numbers which aren?t present.
without selecting individually each field in Action Class from jsp,what is the best process to select as many as field at a time automatically from jsp page by using value object class.
Write a program to show polymorphism.