News

There a number of pure Java SQL database systems develolpers can embed into applications. In this tip we introduce two open source projects, HSQLDB and Apache Derby.
Common Java security issues Java programmers should keep the following security challenges in mind when they are designing and writing Java applications. SQL injections SQL injections occur when an ...
The Java input/output (I/O) facilities provide a simple, standardized API for reading and writing character and byte data from various data sources. This article explores the I/O classes ...