new bie in java
dear alli am a new bie in java programming,can I develop database application with java ?what tool shall be use ? (IDE etc)regardsomat
[176 byte] By [
akhmata] at [2007-11-27 1:07:08]

Regarding databases: check out JDBC.About IDE's: it is a good idea to first became familiar with the command-line tools for compilation, jar handling, with the classpath issues etc. BEFORE going for an IDE. It is good to know the basics before relying upon an IDE. Good