what is the difference between ERROR and EXCEPTION?
Answer Posted / kasturi
error occur at compile time
it expection is also a error that ouccur at run time which can retify using try,throw and catch
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is encapsulation and abstraction? How are they implemented in C++?
What are objects in oop?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
Can we override main method?
What is the use of oops?
Explain the concepts involved in Object Oriented programming.
What is oops with example?
How do you answer polymorphism?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
What is destructor in oop?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
How do you use inheritance in unity?
Write a program to reverse a string using recursive function?
What are the advantages of polymorphism?
What is inheritance write a program to show use of inheritance?