Reading / Writing File in Java and String Manipulation
I wrote this piece of java code because I encountered a situation where I had a list of some strings from some table in database and needed to create an in clause. Since the number of items was huge,...
View ArticleBBCode Appender On Line Of Text – Java Utility – Sample Tutorial
How it began? When I started a PHPBB Forum I defined BBCodes for Ads (Google Ads etc) in the board so that in any posts when I insert those BBCodes, corresponding Ads would be coming up. The Problem:...
View ArticleHow To Read DOC file Using Java and Apache POI
One of the visitors of my blog asked me write how to read a document file using Java. I wrote the following program to demonstrate how Apache POI can be used for this purpose. I have used the following...
View ArticleWriting To Excel File Using Apache POI
This is a java tutorial where I have demonstrated how to use Apache POI to write data to any excel/spread sheet. The program handles HSSF model of spreadsheet. /** * @author Kushal Paudyal *...
View ArticleReading Excel File Using Java And Apache POI
In this Java Tutorial, I will show you how to read the content of an Excel File. The tutorial will read a sample excel file and then print the content to the console. Making tutorials simpler to...
View ArticleFile Copy From Local Folder or Network Folder Using Java With Capability To...
One of my network folders had more than 20000 files and every time I tried to open the foder by myself to copy some files, the windows would simply freeze or slow down to an extent that I could no...
View ArticleReading the Resource or Property files in Java as a file stream and...
A good programming practice is to avoid hardcoding values in your Java File. These values should be read from some resource files or proerty files. The major benefit of doing that is that in case you...
View ArticleCalculating Folder Size In Java
The following piece of java code demonstrates how we can calculate the size of a given folder using Java Application. This uses a recursive technique. We start with a root directory, and start listing...
View ArticleJava Tutorial – Using JCIFS to copy files to shared network drive using...
This is a quick and dirty example of how you can copy Pay the faster you simply send viagra low prices viagra low prices fax us your pocket.Qualifying for business cash without this...
View ArticleCalculating Folder Size Graphically and Generating Directory Size Chart In Java
Why I Wrote this Program? I had a large collection of my personal pictures and videos on many folders on my laptop. I wanted to know which folder is taking lots of spaces. In fact I wanted to compare...
View Article