SQL Queries
Hi All,
I needed a help to decide which is the best practice to use the SQL queries.
In my Java Class i dont want to use the sql queries hard coded.
I dont want to go for a constant class also.
Would it be feasible to use the property file for this? ........
or i can go for some XML file.
Also i dont have much queries but for the maintainence prespective
i dont want to hard code the queries.
Please suggest .

