Answer Posted / t chinna shareef
Yes it is possible.
class Test{
public static void main(String[] args)throws Exception
try{
System.out.println("try without catch..!");
System.out.println(10/0);
}
finally{
System.out.println("Shareef");
}
}
}
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
define profiler???
9.Difference between even and odd signals?explain with the diagram?
What is the use of sas software? Is sas and sap are different?
which worker is involved in all the phases of SDLC?
Please describe an example where you used object orientation in one of your programs.
8.In DSP,Define Signal and System?and various type of signals.
can u send some model papers how computer awareness questions are asked in goverment jobs(oriental insurance)to my mail id me.priyankapadma@rediff.com
code for connection from windows forms to sql server
what is session state?
Hello Experts, What is the difference between move and move corresponding exactly? please post me asap
When we have two versions of the dot net installed how does the compiler know which version of DLL it has to select to an application.
Where do we need Operator overloading?
what is an INI file?
1. Consider the following code in our example assembly language: ; an example bit of assembly code ROOT: W FATHER FATHER: W SON1 W SON2 SON1: W NIL W NIL ; ---------------------- SON2: W GRANDSON W NIL GRANDSON: W NIL W NIL NIL = 0 Assemble this code carefully following the two pass model, and show the symbol table at the point marked by the dashed line during each pass.
What is the purpose of