Click here to Skip to main content
15,898,036 members
Home / Discussions / Java
   

Java

 
QuestionJava Concurrent Programming guidance Pin
deed.indeed24-Feb-10 12:27
deed.indeed24-Feb-10 12:27 
AnswerRe: Java Concurrent Programming guidance Pin
Nagy Vilmos24-Feb-10 21:57
professionalNagy Vilmos24-Feb-10 21:57 
GeneralRe: Java Concurrent Programming guidance Pin
deed.indeed25-Feb-10 3:46
deed.indeed25-Feb-10 3:46 
QuestionConversion From String To Integer?? Pin
AmbiguousName24-Feb-10 3:34
AmbiguousName24-Feb-10 3:34 
AnswerRe: Conversion From String To Integer?? Pin
Dino Mulahusic24-Feb-10 3:52
professionalDino Mulahusic24-Feb-10 3:52 
GeneralRe: Conversion From String To Integer?? Pin
AmbiguousName24-Feb-10 3:56
AmbiguousName24-Feb-10 3:56 
QuestionSome Exception Problem Pin
002comp22-Feb-10 21:24
002comp22-Feb-10 21:24 
AnswerRe: Some Exception Problem Pin
Nagy Vilmos22-Feb-10 21:57
professionalNagy Vilmos22-Feb-10 21:57 
If I understand you correctly, the file should be deleletd by the app when it has finished using it but if the app prematurely exits due to an exception then the file does not get deleted.

0. If an exception is being thrown then it should be caught and managed.
1. There should be a single, safe exit point from the application.
2. At start up, can you check for already processed files and delete them? This may be the best solution.


Panic, Chaos, Destruction.
My work here is done.

or "Drink. Get drunk. Fall over." - P O'H

GeneralRe: Some Exception Problem(Solved) Pin
002comp22-Feb-10 22:17
002comp22-Feb-10 22:17 
QuestionSetting Path Variable Permanently?? Pin
AmbiguousName20-Feb-10 20:10
AmbiguousName20-Feb-10 20:10 
AnswerRe: Setting Path Variable Permanently?? Pin
Richard MacCutchan20-Feb-10 21:34
mveRichard MacCutchan20-Feb-10 21:34 
GeneralRe: Setting Path Variable Permanently?? Pin
AmbiguousName24-Feb-10 3:31
AmbiguousName24-Feb-10 3:31 
GeneralRe: Setting Path Variable Permanently?? Pin
Richard MacCutchan24-Feb-10 4:03
mveRichard MacCutchan24-Feb-10 4:03 
GeneralRe: Setting Path Variable Permanently?? Pin
AmbiguousName4-Mar-10 6:26
AmbiguousName4-Mar-10 6:26 
AnswerRe: Setting Path Variable Permanently?? Pin
Fredrik Bornander21-Feb-10 5:53
professionalFredrik Bornander21-Feb-10 5:53 
GeneralRe: Setting Path Variable Permanently?? Pin
AmbiguousName24-Feb-10 3:31
AmbiguousName24-Feb-10 3:31 
AnswerRe: i want toimplement dfs and bfs code in java by reading data from files Pin
Richard MacCutchan20-Feb-10 4:15
mveRichard MacCutchan20-Feb-10 4:15 
QuestionMultiObject Problem Pin
002comp17-Feb-10 1:52
002comp17-Feb-10 1:52 
AnswerRe: MultiObject Problem Pin
Nagy Vilmos22-Feb-10 21:59
professionalNagy Vilmos22-Feb-10 21:59 
QuestionWhat is this project asking me to do??? Pin
polska0316-Feb-10 10:36
polska0316-Feb-10 10:36 
AnswerRe: What is this project asking me to do??? Pin
Richard MacCutchan16-Feb-10 12:03
mveRichard MacCutchan16-Feb-10 12:03 
QuestionJLayer Pane Pin
Jay-Tech15-Feb-10 17:21
Jay-Tech15-Feb-10 17:21 
Question== String comparison [modified] Pin
AnnnS11-Feb-10 2:28
AnnnS11-Feb-10 2:28 
AnswerRe: == String comparison Pin
Richard MacCutchan11-Feb-10 4:26
mveRichard MacCutchan11-Feb-10 4:26 
GeneralRe: == String comparison Pin
AnnnS11-Feb-10 4:31
AnnnS11-Feb-10 4:31 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.