Arush22

Untitled

Dec 3rd, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. 2. true
  2. 3. true
  3. 4. new
  4. 5. false
  5. 9.3
  6. 10. double
  7. 69. I do like the Java compiler. The error messages that it displays tell me where the error is and what the error is so that I can debug it.
  8. 70. A good class can be used over and over again in many different programs. If an error occurs in an object's class, it is much easier to debug because you only have to look for errors in that class' methods. We don't need the know the specifics of the arguments we input into the program because all we need to know are to instantiate the objects and how to use the class' methods that were created earlier in the program.
Add Comment
Please, Sign In to add comment