this is the class by which i can get the trackId of the song present in the db.
this is the class to get the trackId of the songs which are currently in the xml file.
now i want to compare those two different trackId and if there is any update in the xml (i.e. entry of the new song with different trackId or deletion of old song) after which trackId will not match each other then change accordingly in DB via sql query through
java. please guide me about how can i be able to compare those trackid one by one and make the program further. i also wan to do that in the separate
thread class which continously do the same task.
thanks in adavance.