Client server Application Development interview questions
Client server Application Development interview questions
Take as many assements as you can to improve your validate your skill rating
Total Questions: 5
1. A typical _________ program creates some remote objects, makes references to these objects accessible, and waits for clients to invoke methods on these objects.
Correct Answer is : Server
2. A typical __________ program obtains a remote reference to one or more remote objects on a server and then invokes methods on them.
Correct Answer is : Client
3. The ___________ layer, which provides the interface that client and server application objects use to interact with each other.
Correct Answer is : Stub/skeleton
4. A layer which is the binary data protocol layer.
Correct Answer is : transport protocol
5. A middleware layer between the stub skeleton and transport.