what is the difference between ERROR and EXCEPTION?

Answer Posted / prashant kalmodiya

ERROR : Occurs at complile time

EXCEPTION : Occurs at runtime

Is This Answer Correct ?    51 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What exactly is polymorphism?

622


What is polymorphism give a real life example?

579


What is class and object with example?

606


What do you mean by Encapsulation?

654


What is debug class?what is trace class? What differences are between them? With examples.

1621






Can enum be null?

594


Can we override main method?

620


What is the purpose of polymorphism?

689


Why is polymorphism needed?

618


What are the benefits of oop?

613


What is polymorphism explain its types?

703


What is static in oop?

601


What is balance factor?

605


Why do we use class?

650


If a=5, b=6, c=7, b+=a%c*2. What is the final value of b?

952