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
public static void main(String args[]) describe it
what are the missinschema properties and should we pass primary key in select command
what do u mean by tagging
I'm new to ABAP. What is Module pool in SAP?
can we use commit,rollback in triggers and how?
WHat is execution in manual testing and when will we start execution and what language we use in execution
how to add Servlet-api.jar file into eclipse 3.3.2 ?
how to data grid use in data bind?
Given an array all of whose elements are positive numbers, find the maximum sum of a subsequence with the constraint that no 2 numbers in the sequence should be adjacent in the array. So 3 2 7 10 should return 13 (sum of 3 and 10) or 3 2 5 10 7 should return 15 (sum of 3, 5 and 7)
hoe to data grid use in sql server 2000?
Given n red balls and m blue balls and some containers, how would you distribute those balls among the containers such that the probability of picking a red ball is maximized, assuming that the user randomly chooses a container and then randomly picks a ball from that.
purpose of abstraction and interface
5.Call by value and Call by reference with program?
Can anyone send me NIC question papers alongwith answers on nidhi1485@yahoo.co.in? Urgently needed.. Thanks in advance
how do i create my own exception class which will restrict IO exception?