Hello, i am having problem with loading an array from a text file, and i also don't know how to get ride of the puntuation marks. Can somone help me because i am very new to Java and if possible can you explain what each line does. Say i got a file named "ABC.txt" "Hello!@#Welome&(*&To Java" How do i get this file into an array and get ride of the punctuation so that when i print them out it will be "Hello Wecome To Java". Thanks hope someone out there can help me out. :)