what is the difference between ERROR and EXCEPTION?

Answer Posted / umashankar mishra

Exception is runtime entity
error is acompile time entityye

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box

2272


What does enum stand for?

868


What are objects in oop?

827


Why do we use polymorphism in oops?

788


What does and I oop mean in text?

857


assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).

1891


Why do we need polymorphism in c#?

884


What is abstraction encapsulation?

866


What is overloading in oop?

760


What is the purpose of enum?

767


Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)

1855


What is this pointer in oop?

796


Why do we use oops?

761


What is inheritance in simple words?

820


write a program that takes input in digits and display the result in words from 1 to 1000

2187