UOP PRG215 Week 5 Discussion Latest
PRG215 Java Programming
Week 5 Discussion
Predefined Exception Classes
(3 Answers Included)
Depending on the exception programmers want to handle, they may need to write their own exception handling code or they may be able to use predefined exception classes.
Discuss what, if anything, programmers must do to make predefined exception classes available to their programs.
Discussion Question: Collaborative Debugging
(3 Answers Included)
Discuss your work on this week's coding assignment by posting the following to the discussion:
A description of any problem(s) you ran into when you tried to code and test this week's program, accompanied by a screenshot of your buggy Java™ code along with a screenshot of your running program, if needed
The steps you took to fix those problems (if you were able to fix them). Are you eyeballing the code? Relying on the debugger? A combination?
Suggestions for helping a classmate fix his or her buggy Java™ code
-
Rating:
5/
Solution: UOP PRG215 Week 5 Discussion Latest