That depends on the operating system you're using. Windows has a little Java icon in the tray which will open the Console. You can also open it from the Java Plugin control panel. On OS X, this output goes to Console.log.
well i have a database in ms access and i am storing the entries of the database in an array data now i have to print the conents of this araay on the frame of an applet. how do i do that?
Wouldn't it make more sense to add those messages as text in a TextArea? It's much easier to accomplish, plus AWT takes care of wrapping the text, scrolling, etc.