I think it is because you are not committing your changes in database.
above mentioned commit code is missing in your AddMovieClass.
Re-run your code with commmit statement added. your problem may get solved.
By the way, why are we calling below mentioned execute statement in AddMovieClass when already executeUpdate() is called.
please use code tags to display
java code in posts.
~ abhay