Various Types of Java Programs

Few Java programs with various features of Java being implemented- Part 1. To Download the file, click on Download button.


Download Here

Few More Java programs with various features of Java being implemented- Part 2. To Download the file, click on Download button.


Download Here

WebReaderArgsFile

The program WebReaderArgsFile.class is a program written in Java to get the source code of the home page of a Web site available on the Internet and display it on your screen and write it into a specified file. To Download the file, click on Download button.


Download Here



Run the program

In the command prompt type java WebReaderArgsFile URL of the site path for the file.

Example: java WebReaderArgsFile http://www.lessons2all.com/ C:\Test\l2All.txt

Note: Set the proper path to access java and use proper protocol to access the website.
For the path if the directory is not present please create the directory.
Old contents of the file in which you want to store the code will be lost and overwritten.

This program is for the demonstration purpose only. Please read the disclaimer



WebReaderArgs

The program WebReaderArgs.class is a program written in Java to get the source code of the home page of a Web site available on the Internet and display it on your screen. To Download the file, click on Download button


Download Here



Run the program

In the command prompt type java WebReaderArgs URL of the site.

Example: java WebReaderArgs http://www.lessons2all.com/

Note: Set the proper path to access java and use proper protocol to access the website.

This program is for the demonstration purpose only. Please read the disclaimer

Our aim is to provide information to the knowledge seekers. 


comments powered by Disqus





Footer1