help on file reading and tokens

I wanted to do a java algorithm analyzer. i need to know some fundamental things like file reading ability in java, How do i input a source file that is in java? And about the Token reading methods in java how do i keep the read tokens in the array?Can anyone please help me with
[299 byte] By [helpmea] at [2007-10-2 10:19:47]
# 1

This part of the Java Tutorial covers reading from a text [.java] file and parsing the data from it:

http://java.sun.com/docs/books/tutorial/essential/io/scanning.html

This part ot the tutorial explains how to works with arrays:

http://java.sun.com/docs/books/tutorial/java/data/arrays.html

ChuckBinga at 2007-7-13 1:48:58 > top of Java-index,Java Essentials,Java Programming...