Object Oriented Software Engineering View all facts Glossary Help |
synonym > client > Java client |
Java client | ||||
subject | fact |
Java client | is a subtopic of 3.5 - Technology Needed to Build Client-Server Systems | |
is a kind of client | ||
may send messages to Java server at any time once a connection is established | ||
must have an instance of Socket class in order to exchange information with the server | ||
receives messages from the server using an instance of InputStream | ||
sends messages to the server using an instance of OutputStream | ||
sends stream of information to the server | ||
client | see also client |