go to home page   go to next page

created: 01/06/01; small changes: 12/22/01


CHAPTER 2 — Java Implementations of Automata

This chapter descibes how to implement deterministic finite state automata in Java. This implementation uses the basic features of Java.

Chapter Topics:

Java has classes that directly implement regular expressions. These will be explained in later chapters.


QUESTION 1:

What determines if an automaton is deterministic, or not?