Question: please write in java *update** please write in object oriented programming Download the program BookTester.java Write a class Book that provides each method needed by

please write in java
*update** please write in
object oriented programming
Download the program BookTester.java Write a class Book that provides each method needed by BookTester.java to compile and run without error, producing the following output: Command Prompt 1 C:\java>javac Book.java C:\javajavac BookTester.java C:\java>java BookTester booki is: Great Expectations (by Charles Dickens) book2 is: Great Expectations by Charles Dickens) book3 is: To Kill a Mockingbird (by Harper Lee) booki.equals(book2): true booki book2: false book2.equals(book3): false C:\java> The following UML diagram should be adhered to for full credit. For the equals method, it should be tested that both the titles and the authors are equals. The toString method builds the String needed to give the example output. Book Tester Book title String author String + main(String[] args) void + seridle(String new title Void setAuthor String newAutho Void get Title String HetAuthor String equals(sook tharbo boolean to String String
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
