what is runtime exception and compiletime exception ?
Answer / ahmed eldesokey
runtime exception is the one appeares when the program do
wrong behaviour durring running
example :
if you entered a string value in an int member ;
this cause a runtime
compilation error :
any thing wrong in the code it self before running the program
example :
if you miss a simecolon ( ; )
if you try to print an unassigned value any thing like that
| Is This Answer Correct ? | 12 Yes | 1 No |
WHat is execution in manual testing and when will we start execution and what language we use in execution
why Java is not purely object oriented?
Data Structure: Show that if k is the smallest integer greater than or equal to n+ (log2n)-2, k comparisons are necessary and sufficient to find the largest and second largest elements of a set of n distinct elements. (k comparisons are required to find what you are looking for, but no more than that are needed)
3.Give the formula for determine the range of the data type?
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.
what is apt_dump_score in datastage where it is useful
what are partial classes. Where is the entry point of partial classes.
How do you pass variables forwrd to future CECI sessions
what are wrapper classes
In OB52 , How to define two open posting period, Like only 5 and 8 posting should be open.. should not open 6 and 7..period..
What is dialog programming?
can php support multiple inheritence?