Difference between JDO and DAO?

hi,

I'm learning java. I want to know what is JDO and it's use? what is DAO and it's use? what is DTO and it's use? and what are the differences between these three?

Thank You.

[199 byte] By [Rahul.Naidua] at [2007-11-27 10:34:11]
# 1

if you look up 'java jdo' and then 'java dao' on google, you will find good definitions.

George123a at 2007-7-28 18:27:18 > top of Java-index,Java Essentials,Java Programming...
# 2

JDO is a specification for a persistence mechanism. DAO and DTO are just design patterns, although DTO is often considered an anti-pattern

georgemca at 2007-7-28 18:27:18 > top of Java-index,Java Essentials,Java Programming...