your code works alright without any error...
but if I try to extract the source code of the webpage
www.simran.in i'm not able to extract the complete source code. what I mean is,the extracted source code of this webpage using the above prog doesn't match with code present in view->pagesource of the same web page..
if you are able to fix it kindly mail the updated prog to my id kanthkumar46@gmail.com..
thanks in advance
regards
kanthkumar
Thank YOuLalit Mali December 8, 2011 at 9:23 PM
Nice Nice. You helped with a problem with my project. :)
some problem with your code!!!!kanth kumar April 12, 2012 at 10:49 PM
your code works alright without any error... but if I try to extract the source code of the webpage www.simran.in i'm not able to extract the complete source code. what I mean is,the extracted source code of this webpage using the above prog doesn't match with code present in view->pagesource of the same web page.. if you are able to fix it kindly mail the updated prog to my id kanthkumar46@gmail.com.. thanks in advance regards kanthkumar
to save a fileSuraj Tomar September 7, 2012 at 6:28 PM
try { // Create file FileWriter fstream = new FileWriter(OUTPUT_FILE_NAME, true); BufferedWriter out = new BufferedWriter(fstream); out.write(( char) c); // Close the output stream System.out.print((char)c); out.close(); } catch (Exception e) {// Catch exception if any System. err.println("Error: " + e.getMessage()); }
file proyection systemamit kumar September 10, 2012 at 6:20 PM
my project give me help.
Post your Comment