Click here to Skip to main content
15,897,273 members
Home / Discussions / Java
   

Java

 
AnswerRe: Database question Pin
jschell17-Jun-11 12:12
jschell17-Jun-11 12:12 
QuestionJCombobox multi comlumn in java desktop Pin
Vuthh15-Jun-11 17:01
Vuthh15-Jun-11 17:01 
AnswerRe: JCombobox multi comlumn in java desktop Pin
Peter_in_278015-Jun-11 17:54
professionalPeter_in_278015-Jun-11 17:54 
AnswerRe: JCombobox multi comlumn in java desktop Pin
Nagy Vilmos15-Jun-11 23:29
professionalNagy Vilmos15-Jun-11 23:29 
QuestionJar extraction errors [modified] Pin
Liam S. Crouch14-Jun-11 3:02
Liam S. Crouch14-Jun-11 3:02 
AnswerRe: Jar extraction errors Pin
Nagy Vilmos14-Jun-11 3:15
professionalNagy Vilmos14-Jun-11 3:15 
GeneralRe: Jar extraction errors Pin
Liam S. Crouch14-Jun-11 3:18
Liam S. Crouch14-Jun-11 3:18 
AnswerRe: Jar extraction errors Pin
Nagy Vilmos14-Jun-11 3:23
professionalNagy Vilmos14-Jun-11 3:23 
This is not for debugging reasons, it's for 'giving you a chance of not being flayed alive by anyone who knows how to write good code' reasons.

You should NEVER use a blind catch. Ever. End of story.

In the general case of I/O, you should catch each exception because if anything happens, you should close all open streams before exiting the method.

In the specific case of your code, if you know where the bug us WHY NOT TELL US?


Panic, Chaos, Destruction. My work here is done.
Drink. Get drunk. Fall over - P O'H
OK, I will win to day or my name isn't Ethel Crudacre! - DD Ethel Crudacre
I cannot live by bread alone. Bacon and ketchup are needed as well. - Trollslayer
Have a bit more patience with newbies. Of course some of them act dumb - they're often *students*, for heaven's sake - Terry Pratchett

GeneralRe: Jar extraction errors Pin
Liam S. Crouch14-Jun-11 3:25
Liam S. Crouch14-Jun-11 3:25 
AnswerRe: Jar extraction errors Pin
Nagy Vilmos14-Jun-11 3:30
professionalNagy Vilmos14-Jun-11 3:30 
GeneralRe: Jar extraction errors Pin
Liam S. Crouch14-Jun-11 3:56
Liam S. Crouch14-Jun-11 3:56 
GeneralRe: Jar extraction errors Pin
Nagy Vilmos14-Jun-11 4:03
professionalNagy Vilmos14-Jun-11 4:03 
GeneralRe: Jar extraction errors Pin
Liam S. Crouch14-Jun-11 4:04
Liam S. Crouch14-Jun-11 4:04 
GeneralRe: Jar extraction errors Pin
Nagy Vilmos14-Jun-11 4:13
professionalNagy Vilmos14-Jun-11 4:13 
GeneralRe: Jar extraction errors Pin
Liam S. Crouch14-Jun-11 4:34
Liam S. Crouch14-Jun-11 4:34 
GeneralRe: Jar extraction errors Pin
Nagy Vilmos14-Jun-11 4:38
professionalNagy Vilmos14-Jun-11 4:38 
GeneralRe: Jar extraction errors Pin
Nagy Vilmos14-Jun-11 4:44
professionalNagy Vilmos14-Jun-11 4:44 
GeneralRe: Jar extraction errors Pin
Liam S. Crouch14-Jun-11 5:06
Liam S. Crouch14-Jun-11 5:06 
GeneralRe: Jar extraction errors Pin
Nagy Vilmos14-Jun-11 5:14
professionalNagy Vilmos14-Jun-11 5:14 
GeneralRe: Jar extraction errors Pin
Liam S. Crouch14-Jun-11 5:18
Liam S. Crouch14-Jun-11 5:18 
GeneralRe: Jar extraction errors Pin
Nagy Vilmos14-Jun-11 5:25
professionalNagy Vilmos14-Jun-11 5:25 
GeneralRe: Jar extraction errors Pin
Liam S. Crouch14-Jun-11 5:32
Liam S. Crouch14-Jun-11 5:32 
GeneralRe: Jar extraction errors Pin
Nagy Vilmos14-Jun-11 5:51
professionalNagy Vilmos14-Jun-11 5:51 
QuestionDebug information not present in the .class file.. Pin
Indrojeet9-Jun-11 18:49
Indrojeet9-Jun-11 18:49 
AnswerRe: Debug information not present in the .class file.. Pin
Peter_in_27809-Jun-11 19:15
professionalPeter_in_27809-Jun-11 19:15 

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.