Click here to Skip to main content
15,921,840 members
Home / Discussions / Java
   

Java

 
QuestionHow to manipulate voice information??????? Pin
Member 86168852-Feb-12 10:28
Member 86168852-Feb-12 10:28 
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 
Well if you had read a bit more detail from the page I pointed you to you would understand that the above expression works only because var1 and var2 refer to the same String object, not because the strings themselves match. And from that it follows that you must always use String.equals() to get an actual comparison of the characters within the strings.
Unrequited desire is character building. OriginalGriff
I'm sitting here giving you a standing ovation - Len Goodman



GeneralRe: Comparing Strings Reverse if-conditional Pin
johtnkucz1-Feb-12 12:26
johtnkucz1-Feb-12 12:26 
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 

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.