Lab internal-2 QP
Lab internal-2 QP
1. Write a java program that reads a file name from the user, and then displays information about
whether the file exists, whether the file is readable, whether the file is writable, the type of file
and the length of the file in bytes.
2. Explain about ArrayList Collection Class with example.
1. Write a java program that displays the number of characters, lines and words in a text file.
2. Explain about String Tokenizer Collection Class with example?