Question: Write a code in java that will read multiple lines in a text file and find key words. -----------------Text File------------------------------- in 1995 James Gosling Created
Write a code in java that will read multiple lines in a text file and find key words.
-----------------Text File-------------------------------
in 1995 James Gosling Created
the programming language Java.
it has 3 file names .java, .class., .jar.
-----------------Text File-------------------------------
example of output table:
| Word | Value | Keyword Token |
| Date | 1995 | $Date |
| Name | James Gosling | $Name |
| Language | Java | $PrgmLang |
| File | .java | $File |
| File | .class | $File |
| File | .jar | $File |
Thanks In advance.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
