I was given a java application by my professor that I need to add on to. However, before adding anything on to it I ran the program to make sure it works as is. However, the program keeps printing out java.text.SimpleDateFormat@f9e3bac0. The program is suppose to print out a stock quote which does contain a date object. I'm thinking the date object wasn't formatted correctly but I'm not positive. There are around 20 classes in the project so before I go editing things I wanted to make sure that this means what I think it does. Does this likely mean a date wasn't formatted correctly or needs getTime() called on it?
Thanks