Please send your Questions & Answers or Feedback to "mohan@javabook.org"
What is the relation between Properties and hashTable classes ?
Properties class extends HashTable and if we are reading properties file then it will set the complete properties file information to the HashTable. While retrieving it gets the data from the HashTable.