public class StockQuote
extends Object
Compilation: javac StockQuote.java
Execution: java StockQuote symbol
Dependencies: In.java, StdOut.java
Print the stock price of the stock with the given symbol. Screen scrapes
finance.yahoo.com to get the current price and
associated information.
% java StockQuote goog
779.11
Google Inc.
Wed, Apr 17, 2013, 2:50PM EDT
% java StockQuote aapl
400.84
Apple Inc.
Wed, Apr 17, 2013, 2:55PM EDT
% java StockQuote ibm
209.85
International Business Machines
Wed, Apr 17, 2013, 2:56PM EDT
% java StockQuote msft
28.82
Microsoft Corporation
Wed, Apr 17, 2013, 2:57PM EDT