previous |
start |
next
PostZipQuery.java
- The Program makes a ZIP code lookup by calling a server-side
program hosted by US Postal Service
- The program expect POST input of name/value format
- With a single name cytstzip
- And value of either a ZIP code or a city and state
- Run the program from the command line
- java PostZipQuery Beverly Hills, CA
previous |
start |
next