Object Oriented Software Engineering View all facts Glossary Help |
subject > process^2 > server > Java server |
Java server comparison table |
Subject | have | is a kind of | is a subtopic of | send | receive | has definition |
---|---|---|---|---|---|---|
server | program | 3.4 - The Client-Server Architecture | A program or process that, in response to requests from clients, provides some kind of service | |||
Java server | an instance of Socket class in order to exchange information with clients | server | 3.5 - Technology Needed to Build Client-Server Systems | stream of information to the client | messages from the client using an instance of InputStream |
Up: server