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

Java

 
GeneralRe: problem while updating a text file in java Pin
Richard MacCutchan17-Aug-12 6:59
mveRichard MacCutchan17-Aug-12 6:59 
QuestionMessage Removed Pin
16-Aug-12 6:53
Member 936232116-Aug-12 6:53 
QuestionSwing Pin
Joshua Waring15-Aug-12 23:53
Joshua Waring15-Aug-12 23:53 
AnswerRe: Swing Pin
pasztorpisti16-Aug-12 0:28
pasztorpisti16-Aug-12 0:28 
GeneralRe: Swing Pin
Joshua Waring16-Aug-12 0:45
Joshua Waring16-Aug-12 0:45 
AnswerRe: Swing Pin
pasztorpisti16-Aug-12 0:55
pasztorpisti16-Aug-12 0:55 
GeneralRe: Swing Pin
Joshua Waring16-Aug-12 1:22
Joshua Waring16-Aug-12 1:22 
GeneralRe: Swing Pin
pasztorpisti16-Aug-12 1:50
pasztorpisti16-Aug-12 1:50 
It caused an error because in java every object is used by reference. You had there a null reference to a stack object, actually you haven't created your stack object and when you tried to use it that was a NullPointerException! Smile | :)
GeneralRe: Swing Pin
Joshua Waring16-Aug-12 2:02
Joshua Waring16-Aug-12 2:02 
GeneralRe: Swing Pin
pasztorpisti16-Aug-12 2:12
pasztorpisti16-Aug-12 2:12 
GeneralRe: Swing Pin
Joshua Waring16-Aug-12 3:57
Joshua Waring16-Aug-12 3:57 
GeneralRe: Swing Pin
pasztorpisti16-Aug-12 4:08
pasztorpisti16-Aug-12 4:08 
GeneralRe: Swing Pin
Joshua Waring16-Aug-12 4:11
Joshua Waring16-Aug-12 4:11 
SuggestionRe: Swing Pin
pasztorpisti16-Aug-12 4:24
pasztorpisti16-Aug-12 4:24 
GeneralRe: Swing Pin
Joshua Waring16-Aug-12 2:13
Joshua Waring16-Aug-12 2:13 
SuggestionRe: Swing Pin
pasztorpisti16-Aug-12 1:00
pasztorpisti16-Aug-12 1:00 
AnswerRe: Swing Pin
Gowtham Gutha15-Nov-12 7:31
Gowtham Gutha15-Nov-12 7:31 
QuestionMutual SSL Setup Pin
balarayala12-Aug-12 23:16
balarayala12-Aug-12 23:16 
AnswerRe: Mutual SSL Setup Pin
Richard MacCutchan13-Aug-12 0:42
mveRichard MacCutchan13-Aug-12 0:42 
GeneralRe: Mutual SSL Setup Pin
balarayala13-Aug-12 16:32
balarayala13-Aug-12 16:32 
GeneralRe: Mutual SSL Setup Pin
Richard MacCutchan13-Aug-12 21:24
mveRichard MacCutchan13-Aug-12 21:24 
GeneralRe: Mutual SSL Setup Pin
Richard MacCutchan13-Aug-12 23:02
mveRichard MacCutchan13-Aug-12 23:02 
GeneralRe: Mutual SSL Setup Pin
Paul Conrad13-Aug-12 23:44
professionalPaul Conrad13-Aug-12 23:44 
GeneralRe: Mutual SSL Setup Pin
Richard MacCutchan13-Aug-12 23:55
mveRichard MacCutchan13-Aug-12 23:55 
GeneralRe: Mutual SSL Setup Pin
balarayala14-Aug-12 0:06
balarayala14-Aug-12 0:06 

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.