Hi guys...
I have one doubt ..Exception is a runtime error then why
we have checked exception...
Thanks in advance

Answers were Sorted based on User's Feedback



Hi guys... I have one doubt ..Exception is a runtime error then why we have checked exception...

Answer / bhaskar.mantrala

u right.But if we take an exception like divide by
zero..and if this system executes this type of exception an
abnormal termination will occur and system budden will also
occur...so if we give an exception on or before execution
we can improve our system performance.....and this concept
does not support by c-lang and it can be supported by
c++,....

Is This Answer Correct ?    0 Yes 0 No

Hi guys... I have one doubt ..Exception is a runtime error then why we have checked exception...

Answer / ray

if we not give exception then the program will terminate
abruptly during run time but if exception is there then it
is caught and the program runs as usual .

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Programming Languages AllOther Interview Questions

what is the difference between a namespace and assembly ?

4 Answers   Innominds, Polaris,


what is best way to create a Thread class & why?

0 Answers  


Crystal report proffessional 9 to filter the issue date!!

1 Answers  


If i have a dataset queried from Sql and I would like to insert the dataset into a specific node in an xml document how do I do this

0 Answers   SGT,


Hi friends :) This Company Aptitude Questions were much easy. i have attended the interview but was not selected in the HR round. they used to ask questions like puzzles, English, fill up the sentence. for example : they asked one question like suraj, kumar, santhosh, ranga and ashwin are professionals in different fields. suraj is a doctor. kumar is not a musician.ranga is working as engineer. ashwin is from goa. santhosh is from chennai. suraj and ranga are not from delhi. find out who is working in which field and where are they from? it was not the exact question. i answered that question with correct answer. just thorough with SQL queries. they are much interested in that. i cleared Technical round where they asked me to write a C code for checking, if the given word is palindrome or not. also they asked 2 puzzle question to solve in front of them. then the asked SQL query for referring two tables. then, they sent me for HR round. i got little nervous in that round. so, could not answer them properly. In Hr round, they may ask Technical Questions. i was asked only Technical Questions in HR round. they asked questions from SQL queries and my project. i could not answer for the questions perfectly. so, i was not selected. anyway, try to be thorough with these info and rock in your interview. Thanks :)

0 Answers   Hewitt,






what is the diffrence between occur 0 and occur 10 in ABAP.

0 Answers  


how to check single or double byte in struts

0 Answers  


I was try to insert 120000 records into the orcle table using the stroed proceeder. But it was stop the 9999. What can I do insert all the records.

2 Answers  


Always use scope terminator like End-If with IF, End- Evaluate with Evaluate statement.Can somebody explain me the detail logical explanation?

0 Answers  


Explain three modes in which files can be accessed from python program

0 Answers   Peerless,


What is the output of the following x = "abcdef" i = "a" for i in x: print(i), a) no output b) i i i i i i … c) a a a a a a … d) a b c d e f

0 Answers   Peerless,


what is different between kenerl mode and user mode?

1 Answers  


Categories