Build your professional network on facebook via our app Go to app
 
<< Prev  4 of 14 in Topic  Next >>
Topic : Software Development Methodologies
  Rate : 
Posted in Community :

High Performance Computing

 
Activity: Question posted: 03 16 2011 12:45:35 +0000, 1 answers, 122 views, last activity 03 16 2011 13:23:05 +0000
 
Share
 
 
 
 

Usually we use Finally method in JAVA to execute the codes that also faces exceptions.But in only one condition the Finally method doesn't works.Can u tell me the condition.

 
  Answered by     Amit Maniar, Jr. Software Engineer, Elitecore Technologies  | 03 16 2011 13:23:05 +0000
[ Delete ]
[ Edit ]
Not Rated

First of all, Finally() is not method unless you define in your class.

Finally is block of code.

Finalize is method, you might be talking about.

Both will not be executed in case of intrupt to JVM/Thread (If used in thread) or Unexpected killing thread.

You can also stop by using System.exit(0);

 

 

 
Preferred Executive Search and Recruitment partners for Global IT and BPO organizations
Preferred Executive Search and Recruitment partners for Global IT and BPO organizations
Viewers also viewed
Economic condition vs Caste
 
368 referals 26 arguments, 1498 views
i like the Multi level Marketing in many types vs It is the looting of the Money,Time,Service &...
 
889 referals 51 arguments, 559 views
smart work vs hard work
 
303 referals 23 arguments, 698 views
more...  
Unanswered Questions (63)
Friends.. I am little bit confused about this, whether I should go for an NGO or not as my...
 
0 referals 0 answers, 0 views
tell me about interview questions and placement paper questions and paper..
 
1 referals 0 answers, 0 views
does anyone know why the toostep is not updating ? the last updates on my home page are of 20...
 
0 referals 0 answers, 0 views
More From Author
Since cloud is more elastic and resource Sharing and mainly Pay-as-you-go model delivery its more preferred in all the corporates.The next vital reason is the end users does not require any resources on their PCs os laptops...
Can u tell me the condition in which the Finally() method[JAVA] doesn't work?
more...