[Solved] SOLVED:Lab 07

30 $

File Name: SOLVED:Lab_07.zip
File Size: 122.46 KB

SKU: [Solved] SOLVED:Lab 07 Category: Tag:

Or Upload Your Assignment Here:


Objective:

The objective of this lab is to get you some experience in testing, debugging and exception handling.The lab assignment:1. Test your infix evaluator program with the following test cases.a. 12 + (34 – 56) * 78 )b. 12 + (( 34-56) * 78c. 12 + 34 56d. 12 + * 342. Obviously, you will either get an exception or wrong output for each of the test cases.3. If the test case produces an exception, you can locate the error from the call stack trace generated by the JVM. Example,Exception in thread “main” java.lang.ArrayIndexOutOfBoundsException: -1at StackQueue.Stack.pop(Stack.java:10) at infix.evaluePostfix(infix.java:59)at infix.main(infix.java:83)4. Insert code into your program to catch the exception and, throw, catch, and print your own exceptions.5. If the test case doesn’t produce any exception, use jdb to step through you program in order to locate the error.6. Insert some error checking code to throw, catch, and print your own exceptions7. Your new program should produce outputs similar to the following.D:lab05java infix2Enter infix: 12 + (34 – 56) * 78 )***** Too many ) *****Enter infix: 12 + (( 34-56) * 78***** Too many ( *****Enter infix: 12 + 34 56Postfix is 12 34 56 +***** Too many operands *****Enter infix: 12 + * 34Postfix is 12 34 * +***** Too many operators *****

Notes:1. You must use jdb for at least one test case.a. Open two athena windows.b. In one window, dojava -Xdebug -Xrunjdwp:transport=dt_socket,server=y,address=20000 infixc. In the other window, dojdb -attach 200002. Use command script to record a jdb session.3. To get whole credit for this lab:a. Demo with the four test cases and “12+34*(56-7)-18/9”.b. Turn in a hardcopy of infix.java.

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.

Shopping Cart
[Solved] SOLVED:Lab 07
30 $