Skip to main content

Posts

Showing posts from August, 2005

Java Debugging

When I want to debugging for my java code I can use java.util.logging. This API will keep my time and debugging time cost. Now, I haven't use it. Just now, I was taught by Peter about it.