Java Reference
In-Depth Information
source. Classes that implement the java.io.Closeable interface can adhere to
the API.
Summary
In many applications, databases have become essential for storing important informa-
tion. As such, it is important to have a good understanding of how to utilize databases
for use within applications. This chapter started from the beginning, covering recipes
on getting started with database access. It then covered important topics such as how to
securely access and modify data, transaction management, and data access when not
connected to a network. You should now have a sound understanding of some tech-
niques for working with data for your Java solutions. Do keep in mind that there are
many data access solutions, and the recipes in this chapter cover just some of the ways
to tackle the beast of information management.
Search WWH ::




Custom Search