I am new to Java - I have read the first few chapters of the Objects First in BlueJ book.
I want to create code that will read a file and display its content in hex format. I will then devlop this code as my studying progresses.
I was wondering if anybody could help me get started - I have looked the FileReader classes in the Java.IO package. I was also wondering if I could iterate through the file and put individual characters into an Arraylist. Could this be done?
Thanks in advance


Reply With Quote


Bookmarks