System.out.println in J2ME

Hi...My question is very simple. When we write System.out.println("ok") ; it's prints on sun wtk toolkit window but when we run code on actual mobile where it prints.Hope you understand.
[208 byte] By [PremInda] at [2007-10-2 13:20:25]
# 1
Nowhere, mobile devices generally dont have a means to display console output. You'll need to implement such a console yourself or run your code in a device specific emulator.
remonvva at 2007-7-13 10:55:23 > top of Java-index,Archived Forums,Socket Programming...
# 2
I might add that this is horribly off-topic for this forum ;)
remonvva at 2007-7-13 10:55:23 > top of Java-index,Archived Forums,Socket Programming...