Answer to Question #128356 in Java | JSP | JSF for usama

Question #128356
Consider the following interface definition that is written without methods. Instead, it has comments followed by blank areas denoted by …………… to describe what each method has to
do. Add method definitions in those blank areas as indicated in the comment. Check exceptions
also.
public interface Quiz {
findQuiz (id) // Return the specific quiz
startQuiz(id) checkSoultions( ) //shows solutions of the quiz questions
getResult( ) //information about correct, incorrect answers, show score }
1
Expert's answer
2020-08-05T16:44:20-0400
public interface Quiz {

public Quiz findQuiz (id); // Return the specific quiz

public void startQuiz(id); // Starts Quiz by id

public void checkSoultions( ); //shows solutions of the quiz questions

public void getResult( ); //information about correct, incorrect answers, show score 


}

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS