InterviewSolution
Saved Bookmarks
| 1. |
Where to maintain information like login, password and URL? |
|
Answer» These type of information which are USED very often and CHANGE as per the authorization and ENVIRONMENT should always be maintained in a separate FILE. In case the user hardcore it into the code SYSTEM, then the user has to change it in every file which has its reference. |
|