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
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 |
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 |
you have an unlimited supply of $3 and $7 poker chips. What is the largest integer value that you cannot make by combining different numbers of chips?
1.how to deploy the Maven application in weblogic server? 2.In Real time projects all classes are singleton or some classes only singleton explain? 3.what are the major uses of the designpatterns? 4.explain restful &Soap based services explain?
How can we develop a multi-tier application in Java?
where is available in this mantis toturials?
Display names and numbers of employees who have 5 years or more experience and salary less than Rs.15000 using array of structures (name, number, experience and salary)
whats the Need for Concurrency control
Given an array of size n, containing every element from 1 to n+1, except one. Find the missing element.
what are the missinschema properties and should we pass primary key in select command
What is the difference between procedure -oriented language and object oriented language?
22 Answers IBM, Infosys, TCS,
what is different betweet class and interface in java?
2 Answers Microsoft, Sun Microsystems,
what is the difference between an OS(operating system) and Framework?
how to add Servlet-api.jar file into eclipse 3.3.2 ?