Click here to Skip to main content
15,919,931 members
Home / Discussions / Java
   

Java

 
GeneralRe: Media folder problem in Jar file Pin
jschell3-Jan-12 8:33
jschell3-Jan-12 8:33 
GeneralRe: Media folder problem in Jar file Pin
loctrice3-Jan-12 9:30
professionalloctrice3-Jan-12 9:30 
GeneralRe: Media folder problem in Jar file Pin
jschell3-Jan-12 10:36
jschell3-Jan-12 10:36 
GeneralRe: Media folder problem in Jar file Pin
loctrice3-Jan-12 11:00
professionalloctrice3-Jan-12 11:00 
QuestionUnOrdered SET Pin
saadullah Bhutto21-Dec-11 4:39
saadullah Bhutto21-Dec-11 4:39 
AnswerRe: UnOrdered SET Pin
Luc Pattyn21-Dec-11 5:21
sitebuilderLuc Pattyn21-Dec-11 5:21 
AnswerRe: UnOrdered SET Pin
TorstenH.21-Dec-11 20:50
TorstenH.21-Dec-11 20:50 
AnswerRe: UnOrdered SET Pin
jschell26-Dec-11 8:54
jschell26-Dec-11 8:54 
As a guess, most collections do not need to be ordered.
Thus ordering is something that is best done by adding it to a collection when needed.

Also if collections started out ordered then attempting to make them unordered, for performance reasons, would probably be hard if possible at all.

So better if everything started out unordered.
AnswerRe: UnOrdered SET Pin
bennis9827-Dec-11 15:21
bennis9827-Dec-11 15:21 
Questionjava.lang.ClassNotFoundException Pin
arthur89kim18-Dec-11 16:44
arthur89kim18-Dec-11 16:44 
AnswerRe: java.lang.ClassNotFoundException Pin
Nagy Vilmos18-Dec-11 22:52
professionalNagy Vilmos18-Dec-11 22:52 
GeneralRe: java.lang.ClassNotFoundException Pin
arthur89kim19-Dec-11 11:38
arthur89kim19-Dec-11 11:38 
GeneralRe: java.lang.ClassNotFoundException Pin
Nagy Vilmos19-Dec-11 22:54
professionalNagy Vilmos19-Dec-11 22:54 
GeneralRe: java.lang.ClassNotFoundException Pin
TorstenH.19-Dec-11 23:42
TorstenH.19-Dec-11 23:42 
GeneralRe: java.lang.ClassNotFoundException Pin
arthur89kim22-Dec-11 14:10
arthur89kim22-Dec-11 14:10 
GeneralRe: java.lang.ClassNotFoundException Pin
jschell23-Dec-11 10:06
jschell23-Dec-11 10:06 
AnswerRe: java.lang.ClassNotFoundException Pin
Oscar020-Dec-11 14:08
Oscar020-Dec-11 14:08 
GeneralRe: java.lang.ClassNotFoundException Pin
arthur89kim22-Dec-11 14:07
arthur89kim22-Dec-11 14:07 
AnswerRe: java.lang.ClassNotFoundException Pin
jschell22-Dec-11 8:45
jschell22-Dec-11 8:45 
GeneralRe: java.lang.ClassNotFoundException Pin
arthur89kim22-Dec-11 14:09
arthur89kim22-Dec-11 14:09 
QuestioncreateBranchElement Pin
prithaa16-Dec-11 21:39
prithaa16-Dec-11 21:39 
AnswerRe: createBranchElement Pin
TorstenH.19-Dec-11 22:30
TorstenH.19-Dec-11 22:30 
AnswerRe: createBranchElement Pin
AprNgp22-Dec-11 17:46
AprNgp22-Dec-11 17:46 
QuestionHow to write a Timer program in java Pin
VickyVicki15-Dec-11 6:23
VickyVicki15-Dec-11 6:23 
AnswerRe: How to write a Timer program in java Pin
Richard MacCutchan15-Dec-11 6:34
mveRichard MacCutchan15-Dec-11 6:34 

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.