Startertutorials Blog
Tutorials and articles related to programming, computer science, technology and others.
Subscribe to Startertutorials.com's YouTube channel for different tutorial and lecture videos.

Java program to display the number of characters lines and words in a text file

Suryateja Pericherla Categories: Files. 7 Comments on Java program to display the number of characters lines and words in a text file

In this article we will learn to implement a Java program to display the number of characters lines and words in a text file. A Java program is provided below that displays the number of characters, lines and words in a text file.   import java.io.*; class FileDemo { public static void main(String args[]) { […]

Read the rest of this entry »

Java program for displaying file information

Suryateja Pericherla Categories: Files. No Comments on Java program for displaying file information

In this article we will learn to implement a Java program for displaying file information. A Java program is provided below which takes file name as input and displays its contents.   Java program that reads a file name from the user and then displays information about whether the file exists, whether the file is […]

Read the rest of this entry »
Blogarama - Blog Directory