DFA is a finite automaton where each state has exactly one transition for each input.
Can DFA have epsilon transitions? Answer: No
DFA → One pathNFA → Multiple paths