I am a beginner in development having knowledge of core Java. So this question may seem little selfish to you. But i really need help. I got the task in a project to insert the source string and the correspondence target string into the DB using the DAL. I am not asking you to complete the task for me But i don't have any idea of how to start with DAL and DAO. So if someone can provide any example or any tutorial of a DAL file and DAO file with fetching values and updating values from database, then that'd be a great help for me. Please help.Thanks
Try googling "java DAL" and "Java DAO". Also Hibernate is a good start. I like Hibernate as long as the implementation is kept simple.