Search:

Type: Posts; User: ananya

Search: Search took 0.08 seconds.

  1. Replies
    1
    Views
    1,114

    Web server in java

    a program that opens a server socket on the http port, port 80, and listens for requests from web browsers. You echo the requests, but don’t act on them.It has to be split in two classes.It is not...
  2. Replies
    1
    Views
    1,025

    Stock price of a symbol

    I m trying to get the current stock price of a symbol using socket but the program is getting terminated.
    String yahoo = "finance.yahoo.com" ;
    final int httpd = 80;
    Socket sock = new...
Results 1 to 2 of 2