Skip To Content

Athabasca University

Section 4.5 Java DB Fundamentals

Learning Objectives

After you have completed this section, you should be able to

  • understand the important concepts and technologies related to Java DB.
  • set up Java DB and use it to access databases in your Java applications.

Activities

Study Questions

  1. How is Java DB related to Apache Derby?
  2. What server-side programming language can you use with Java DB for developing web-based applications?
  3. What are the system requirements to run Java DB?
  4. How do you install Java DB in your environment?
  5. How do you configure your web server so that it can work with Java DB?
  6. How does a web server work with Java DB?
  7. How do you set up a user in Java DB to access specific data?
  8. How do you set up your path for Java DB?
  9. How do you set the root password?
  10. Why do you need to delete the anonymous user?
  11. How do you start the Java DB server?
  12. How do create a Derby database and run SQL statements to manipulate or access the data?

Review

Do the self-review exercises for Chapter 18, and revisit your answers to the study questions.

Summary

Read Java DB FAQs at http://www.oracle.com/technetwork/java/javadb/overview/faqs-jsp-156714.html

Updated May 06 2022 by FST Course Production Staff