Click here to Skip to main content
15,916,379 members
Home / Discussions / Java
   

Java

 
AnswerRe: "missing return statement" error Pin
Luc Pattyn29-Sep-10 10:06
sitebuilderLuc Pattyn29-Sep-10 10:06 
QuestionXml beans problem Pin
Stephen Lintott29-Sep-10 5:10
Stephen Lintott29-Sep-10 5:10 
QuestionImmutability compromised if 'final' is omitted? Pin
Neo1010127-Sep-10 7:50
Neo1010127-Sep-10 7:50 
AnswerRe: Immutability compromised if 'final' is omitted? Pin
DaveAuld27-Sep-10 8:37
professionalDaveAuld27-Sep-10 8:37 
AnswerRe: Immutability compromised if 'final' is omitted? Pin
DaveAuld27-Sep-10 9:47
professionalDaveAuld27-Sep-10 9:47 
AnswerRe: Immutability compromised if 'final' is omitted? Pin
Nagy Vilmos29-Sep-10 1:21
professionalNagy Vilmos29-Sep-10 1:21 
QuestionConflicts with a scope too wide? Pin
Neo1010127-Sep-10 7:48
Neo1010127-Sep-10 7:48 
AnswerRe: Conflicts with a scope too wide? Pin
TorstenH.28-Sep-10 0:04
TorstenH.28-Sep-10 0:04 
Really simple explained:
if you give access to a variable, anyone who manages to make an instance on the class can access and modify your variable.
So you keep your variables unobtainable to control changes and behaviour of your object.
You give getter and setter to control what your object looks like from the "outside".
You set up an interface to give certain access to some methods.

greets
Torsten
I never finish anyth...

GeneralRe: Conflicts with a scope too wide? Pin
David Skelly28-Sep-10 0:18
David Skelly28-Sep-10 0:18 
GeneralRe: Conflicts with a scope too wide? Pin
TorstenH.28-Sep-10 0:35
TorstenH.28-Sep-10 0:35 
QuestionA Collection is not thread-safe? Pin
Neo1010127-Sep-10 7:44
Neo1010127-Sep-10 7:44 
AnswerRe: A Collection is not thread-safe? Pin
Richard MacCutchan27-Sep-10 22:03
mveRichard MacCutchan27-Sep-10 22:03 
GeneralRe: A Collection is not thread-safe? Pin
Branislav Vidovic28-Sep-10 20:58
Branislav Vidovic28-Sep-10 20:58 
GeneralRe: A Collection is not thread-safe? Pin
Richard MacCutchan28-Sep-10 21:23
mveRichard MacCutchan28-Sep-10 21:23 
QuestionThreads and UML Pin
Neo1010127-Sep-10 6:27
Neo1010127-Sep-10 6:27 
AnswerRe: Threads and UML Pin
DaveAuld27-Sep-10 9:57
professionalDaveAuld27-Sep-10 9:57 
GeneralRe: Threads and UML Pin
David Skelly27-Sep-10 22:50
David Skelly27-Sep-10 22:50 
GeneralRe: Threads and UML Pin
DaveAuld27-Sep-10 23:58
professionalDaveAuld27-Sep-10 23:58 
AnswerRe: Threads and UML Pin
David Skelly27-Sep-10 22:59
David Skelly27-Sep-10 22:59 
QuestionArrayList Pin
future383927-Sep-10 2:28
future383927-Sep-10 2:28 
AnswerRe: ArrayList Pin
Cedric Moonen27-Sep-10 2:47
Cedric Moonen27-Sep-10 2:47 
GeneralRe: ArrayList Pin
future383927-Sep-10 3:25
future383927-Sep-10 3:25 
GeneralRe: ArrayList Pin
Cedric Moonen27-Sep-10 4:36
Cedric Moonen27-Sep-10 4:36 
GeneralRe: ArrayList Pin
Richard MacCutchan27-Sep-10 5:41
mveRichard MacCutchan27-Sep-10 5:41 
GeneralRe: ArrayList Pin
Cedric Moonen27-Sep-10 7:44
Cedric Moonen27-Sep-10 7:44 

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.