Click here to Skip to main content
15,908,172 members
Home / Discussions / Java
   

Java

 
GeneralRe: Urgent help me Pin
Pinguin201129-Jan-12 5:33
Pinguin201129-Jan-12 5:33 
GeneralRe: Urgent help me Pin
Richard MacCutchan29-Jan-12 5:38
mveRichard MacCutchan29-Jan-12 5:38 
GeneralRe: Urgent help me Pin
Pinguin201128-Jan-12 22:48
Pinguin201128-Jan-12 22:48 
AnswerRe: Urgent help me Pin
jschell30-Jan-12 8:58
jschell30-Jan-12 8:58 
QuestionImplementing AST Vistitor inside or outside the Analysis class Pin
Wathsala Bandara28-Jan-12 5:07
Wathsala Bandara28-Jan-12 5:07 
AnswerRe: Implementing AST Vistitor inside or outside the Analysis class Pin
David Skelly29-Jan-12 22:19
David Skelly29-Jan-12 22:19 
GeneralRe: Implementing AST Vistitor inside or outside the Analysis class Pin
Wathsala Bandara30-Jan-12 5:23
Wathsala Bandara30-Jan-12 5:23 
GeneralRe: Implementing AST Vistitor inside or outside the Analysis class Pin
David Skelly30-Jan-12 6:31
David Skelly30-Jan-12 6:31 
Usage of inner classes is one of those things that some Java coders get very worked up about, for and against. Personally, I don't much like them but they have their uses.

There are plenty of opinions on the net about whether to use them, when to use them, how to use them. For every one person who says "Do it this way" you will find another who says "Don't do it that way".

The one thing I would say is: if you are making AST Visitor publicly visible outside Analysis, why not just make it an outer class on its own? What do you gain by making it an inner class of Analysis?
QuestionHow can I run an .exe file in a program in java? Pin
Member 845978328-Jan-12 4:14
Member 845978328-Jan-12 4:14 
AnswerRe: How can I run an .exe file in a program in java? Pin
Richard MacCutchan28-Jan-12 5:01
mveRichard MacCutchan28-Jan-12 5:01 
GeneralRe: How can I run an .exe file in a program in java? Pin
David Skelly29-Jan-12 22:15
David Skelly29-Jan-12 22:15 
GeneralRe: How can I run an .exe file in a program in java? Pin
Richard MacCutchan29-Jan-12 23:51
mveRichard MacCutchan29-Jan-12 23:51 
QuestionLayout Managers in java Pin
Sandeep9040928-Jan-12 3:00
Sandeep9040928-Jan-12 3:00 
AnswerRe: Layout Managers in java Pin
Richard MacCutchan28-Jan-12 4:56
mveRichard MacCutchan28-Jan-12 4:56 
Questionproblem with arrays in java Pin
Member 858607227-Jan-12 20:56
Member 858607227-Jan-12 20:56 
AnswerRe: problem with arrays in java Pin
Richard MacCutchan27-Jan-12 22:40
mveRichard MacCutchan27-Jan-12 22:40 
GeneralRe: problem with arrays in java Pin
Member 858607227-Jan-12 22:54
Member 858607227-Jan-12 22:54 
GeneralRe: problem with arrays in java Pin
Member 858607227-Jan-12 22:57
Member 858607227-Jan-12 22:57 
GeneralRe: problem with arrays in java Pin
Richard MacCutchan27-Jan-12 23:30
mveRichard MacCutchan27-Jan-12 23:30 
GeneralRe: problem with arrays in java Pin
Member 858607228-Jan-12 1:12
Member 858607228-Jan-12 1:12 
GeneralRe: problem with arrays in java Pin
Richard MacCutchan28-Jan-12 1:28
mveRichard MacCutchan28-Jan-12 1:28 
GeneralRe: problem with arrays in java Pin
Richard MacCutchan28-Jan-12 1:37
mveRichard MacCutchan28-Jan-12 1:37 
GeneralRe: problem with arrays in java Pin
Richard MacCutchan28-Jan-12 2:30
mveRichard MacCutchan28-Jan-12 2:30 
GeneralRe: problem with arrays in java Pin
jschell28-Jan-12 4:45
jschell28-Jan-12 4:45 
GeneralRe: problem with arrays in java Pin
Richard MacCutchan28-Jan-12 4:54
mveRichard MacCutchan28-Jan-12 4:54 

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.