I have a query why we need "why the need to load class at runtime? For example : Class.forName("com....Driver");" Please provide me soution thanks
Printable View
I have a query why we need "why the need to load class at runtime? For example : Class.forName("com....Driver");" Please provide me soution thanks
Thread moved from "Whats wrong with my code"
Did you try googling your question?
Why use Class.forName() to load driver (JDBC forum at JavaRanch)
Thanks for the link!! I got the answer!!