Count lines of a particular file Posted on: March 13, 2008 at 12:00 AM
In this section, you will learn how to count the availability of text lines in the particular file. A file is read before counting lines of a particular file, . File is a collection of stored information that are arranged in string, rows, columns and li
C:\vinod\Math_package>javac NumberOfLine.java
C:\vinod\Math_package>java NumberOfLine
Getting line number of a paritcular file example!
Please enter file name with extension:
AddTwoBigNumbers.shtml
Total line no: 58
Ask Questions? Discuss: Count lines of a particular file View All Comments
Post your Comment