What is the difference between error and exception and
explain in simple words not whatever is given in the book.
Answer Posted / uv
Errors are generally seen at compile-time WHEREAS
Exceptions are seen at run-time.
| Is This Answer Correct ? | 15 Yes | 10 No |
Post New Answer View All Answers
What are the different types of collections in java?
What are examples of modifiers?
Do loops java?
What is super keyword explain with example?
What is the difference between an interface and an abstract class?
In java, how many ways you can take input from the console?
What are the different approaches to implement a function to generate a random number?
Can we have static methods in an interface?
What are the differences between heap and stack memory in java?
What is the difference between inner class and nested class?
Implement two stacks using a single array.
What is a text string?
When is an object subject to garbage collection?
What are the characteristics of Final,Finally and Finalize keywords.
What is the most important feature of java? What is an interface?