What are the steps followed by a communication in LWP?
What will be an ideal response?
Communication in LWP follows these simple steps:
* A request object is created and configured.
* The request object is passed to a server.
* A response object is returned from the server.
* The response object is examined to extract all the necessary information.
Computer Science & Information Technology
You might also like to view...
A pie chart shows trends over time
Indicate whether the statement is true or false
Computer Science & Information Technology
A format string has the form:
a) {X[:FormatString][,Y]} b) {X[,Y][:FormatString]} c) {[FormatString:]X[,Y]} d) None of the above
Computer Science & Information Technology