Click here to Skip to main content
15,902,112 members
Home / Discussions / Java
   

Java

 
AnswerRe: How to manipulate voice information??????? Pin
gebri2-Feb-12 21:32
gebri2-Feb-12 21:32 
Questionprint a report sourced by html page Pin
ceyhunerdil1-Feb-12 21:40
ceyhunerdil1-Feb-12 21:40 
AnswerRe: print a report sourced by html page Pin
David Skelly1-Feb-12 22:04
David Skelly1-Feb-12 22:04 
QuestionComparing Strings Reverse if-conditional Pin
johtnkucz1-Feb-12 7:37
johtnkucz1-Feb-12 7:37 
AnswerRe: Comparing Strings Reverse if-conditional Pin
Richard MacCutchan1-Feb-12 8:58
mveRichard MacCutchan1-Feb-12 8:58 
GeneralRe: Comparing Strings Reverse if-conditional Pin
johtnkucz1-Feb-12 11:40
johtnkucz1-Feb-12 11:40 
GeneralRe: Comparing Strings Reverse if-conditional Pin
Richard MacCutchan1-Feb-12 12:06
mveRichard MacCutchan1-Feb-12 12:06 
GeneralRe: Comparing Strings Reverse if-conditional Pin
johtnkucz1-Feb-12 12:26
johtnkucz1-Feb-12 12:26 
oh bloody hell. was so excited to see a response, didn't even notice that you linked something.

I researched and found

"The == operator will only be true if two String references point to the same underlying String object. Hence two Strings representing the same content will be equal when tested by the equals(Object) method, but will only by equal when tested with the == operator if they are actually the same object."

which I "sorta" understand. like same object in memory referenced and two diff objects but with same string value (== only works as true with the former)

so == seems to compare objects in memory and String.equals() actually compares Strings (content of String objects).

Sweet am finally getting this a bit!!

Thanks for such complete answer...and now that that obstacle is resolved, my coding can progress for the day!

(Also I tried it and now that mini-app totally works. Thanks again!)

This is site is so much better than stackoverflow haha.
GeneralRe: Comparing Strings Reverse if-conditional Pin
Richard MacCutchan1-Feb-12 22:19
mveRichard MacCutchan1-Feb-12 22:19 
GeneralRe: Comparing Strings Reverse if-conditional Pin
johtnkucz3-Feb-12 4:08
johtnkucz3-Feb-12 4:08 
GeneralRe: Comparing Strings Reverse if-conditional Pin
Richard MacCutchan3-Feb-12 4:35
mveRichard MacCutchan3-Feb-12 4:35 
AnswerRe: Comparing Strings Reverse if-conditional Pin
Dinu_613-Feb-12 22:24
Dinu_613-Feb-12 22:24 
Questionhow to get a value in to JS file from java servlet Pin
swapnil661-Feb-12 7:14
swapnil661-Feb-12 7:14 
AnswerRe: how to get a value in to JS file from java servlet Pin
chakki2921-Feb-12 20:57
chakki2921-Feb-12 20:57 
QuestionHow to displaly progress bar for downloading attachment Pin
R_K1-Feb-12 4:05
R_K1-Feb-12 4:05 
AnswerRe: How to displaly progress bar for downloading attachment Pin
Nagy Vilmos1-Feb-12 6:00
professionalNagy Vilmos1-Feb-12 6:00 
GeneralRe: How to displaly progress bar for downloading attachment Pin
R_K2-Feb-12 1:54
R_K2-Feb-12 1:54 
GeneralRe: How to displaly progress bar for downloading attachment Pin
TorstenH.2-Feb-12 2:42
TorstenH.2-Feb-12 2:42 
GeneralRe: How to displaly progress bar for downloading attachment Pin
R_K6-Feb-12 2:50
R_K6-Feb-12 2:50 
QuestionTWAIN/WIA API for java integration with scanner Pin
graeme.m30-Jan-12 6:44
graeme.m30-Jan-12 6:44 
AnswerRe: TWAIN/WIA API for java integration with scanner Pin
Richard MacCutchan30-Jan-12 8:55
mveRichard MacCutchan30-Jan-12 8:55 
GeneralRe: TWAIN/WIA API for java integration with scanner Pin
graeme.m30-Jan-12 22:02
graeme.m30-Jan-12 22:02 
GeneralRe: TWAIN/WIA API for java integration with scanner Pin
Richard MacCutchan30-Jan-12 23:28
mveRichard MacCutchan30-Jan-12 23:28 
GeneralRe: TWAIN/WIA API for java integration with scanner Pin
graeme.m31-Jan-12 0:40
graeme.m31-Jan-12 0:40 
AnswerRe: TWAIN/WIA API for java integration with scanner Pin
gebri31-Jan-12 2:54
gebri31-Jan-12 2: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.