Difference b/w throw and throws

hi this is surendrawhat is the exact diff b/w throw and throws?if possible give an examplethank usurendra
[140 byte] By [surendra.medaa] at [2007-10-3 8:28:45]
# 1

See the Java Language Specification.

http://java.sun.com/docs/books/jls/third_edition/html/statements.html#237350

http://java.sun.com/docs/books/jls/third_edition/html/classes.html#308526

throw is a control flow statement. throws is a clause used to declare any exceptions that a method or constructor might throw.

atmguya at 2007-7-15 3:35:31 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...