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(); } } ```

Wednesday 10 December 2014

Adware Cleaner (Clean your computer from malware and unwanted programs )

Disposing of irritating toolbars, program additional items introduced with or without one's assent and killing adware or thieves from a framework can be an overwhelming occupation, particularly if the fitting devices are not close by. 

To help clients clean their Pcs of such aggravations, utilities like Adwcleaner have been made. This specific application is very lightweight furthermore a breeze to utilize.






Posted by : Pearlian98 // 05:52
Category :

0 comments:

Post a Comment

 

social media

Powered by Blogger.