COntent

```java import java.io.FileWriter; import java.io.IOException; import java.util.Scanner; public class ContentWritingTool { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); System.out.println("Enter the content:"); String content = scanner.nextLine(); System.out.println("Enter the file name (with extension):"); String fileName = scanner.nextLine(); try { FileWriter writer = new FileWriter(fileName); writer.write(content); writer.close(); System.out.println("Content is written to the file."); } catch (IOException e) { System.out.println("An error occurred while writing the file."); e.printStackTrace(); } scanner.close(); } } ```

Sunday 7 December 2014

Website Downloader (Portable offline browser )

website downloader



Download web sites to your disk and browse them any time fast. Never loose a piece of web information. Freeze the changing web for your convenience, travelling and presentations! Use Portable Offline Browser - 







 website downloader



Also Available WinWSD WebSite Downloader



Posted by : Pearlian98 // 07:24
Category :

2 comments:

  1. I am really impressed with your writing skills and also with the layout on your
    weblog. Is this a paid theme or did you modify it yourself?
    Anyway keep up the nice quality writing, it's rare to see a nice blog like this one nowadays.


    Stop by my blog: internet site builder ()

    ReplyDelete
    Replies
    1. Thank you very much for appreciating me, and keep visiting for more updates.

      Delete

 

social media

Powered by Blogger.