Joe Ess wrote:Are you using Weblogic 10.0? There is (or was) a known problem with the server using it's own classes instead of the application's, even when the deployment descriptor specified to prefer the "local" class. We moved to 10.3 after I found that "feature", so I don't know if it was ever fixed.
Originally posted by jeya prabha:
HI ,
Now i can understand this.
for my understanding
: queue.add("one");
R2: queue.add("Four");
R3: queue.add("two");
R4: queue.add("four");
R5: queue.add("five");
R6: queue.add("FIVE");
R7: queue.add("three");
R8:
R10:System.out.println(queue.peek());
R11:System.out.println(queue.size());
if i am directly peek this means
the output is FIVE .
is it correct?
please help me out.
thanks.
Originally posted by jeya prabha:
i can not understand this.
how it comes ?
what it means natural order?
is it means alphabetical order?
please help me out