Jeanne Boyarsky wrote:System.out.println prints to system out which is a console or log file somewhere on your server. It is not the browser.
Also note that it is traditional for class names to begin with an uppercase letter in Java.
Thanks for your guidance, again here is a
java code to retrieve data from database:
i want to use this code using netbeans, i add a class file into my project, and than how can i call that class file??
in simple words: how can i run this code using netbeans??
Thanks in advance.