Answer Posted / siddharthteotia
Through http Tunneling we can write serialized objec tsand
we can also read back from them. We are creating a kind of
another protocol inside protocol that is why we say
tunneling inside a protocol. This saves us from dealing
with the actual transport layer in case of firewalled
environments
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
How we can make simple java program for Server/Client Communication
Public serversocket(int port, int queuelength) throws ioexception, bindexception?
What is the main difference between Client side Java Script and and Server side Java Script how actually they run on both side with Example.
What is the use of network interface?
Explain look for local ports?
What you know about random port?
Explain the generic term internet.
What is network programming in java?
What is HttpURL connection ?
If you do not want your program to halt while it waits for a connection, put the call to accept( ) in a separate thread?
What are the advantages and disadvantages of java sockets.
Explain a time server?
To create a socket, you need to know the internet host to which you want to connect?
What are the advantages and disadvantages of sockets?
What is an http redirector?