what is the difference between ERROR and EXCEPTION?
Answer Posted / aayansh
Exceptions are mostly software or hardware problems where as errors are logical or syntactic.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How is polymorphism achieved?
Why is encapsulation used?
What is the point of oop?
Why do we need polymorphism in c#?
Which method cannot be overridden?
What is inheritance in simple words?
What is encapsulation in oop?
What is polymorphism and example?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
How oops is better than procedural?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.
write a program that takes input in digits and display the result in words from 1 to 1000
What are the 4 main oop principles?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?