Click here to Skip to main content
15,913,230 members
Home / Discussions / Java
   

Java

 
QuestionRe: set database value to java script var on Js file Pin
swapnil667-Feb-12 22:53
swapnil667-Feb-12 22:53 
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 
Hey really? Thanks Richard MacCutchan! Thanks for taking the time to look at that code, too. It's not yet solved b/c I have to try that comparison method, but thanks!!

However, I thought it was something like that so made a mini test program.

String var1 = "hello";
String var2 = "hello";
if (var1==var2){
System.out.println("equal!");
}

and THAT did show they were equal. If the String.equals() method works (and gets my ReverseString.java program to work, why would that above var1==var2 work but not so with inputString and reverseString?

Thanks!!
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 
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 

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.