[Solved]Java Overview Extend Oop Bible Classes Parse Bible Version Text File Name Method Public St Q37244132
JAVA:
Overview
Extend your OOP Bible classes to parse a bible (version) from atext file.
Name the method
public static Bible parseBibleFromFile(String inputPath).
Input File Format
The input file will the book name followed by chapter number,colon, verse number, then the text as shown below.
1 John 4:21 And this commandment have we from him, That he wholoveth God love his brother also.
1 John 5:1 Whosoever believeth that Jesus is the Christ is bornof God: and every one that loveth him that begat loveth him alsothat is begotten of him.
Skip any empty lines or any lines that start with the #character.
I will test your parser by invoking the search method on theBible after it has been parsed from a file.
Expert Answer
Answer to JAVA: Overview Extend your OOP Bible classes to parse a bible (version) from a text file. Name the method public static … . . .
OR

