Click here to Skip to main content
15,886,137 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Performance woes. I'm appalled. Pin
Jörgen Andersson27-Dec-20 4:51
professionalJörgen Andersson27-Dec-20 4:51 
GeneralRe: Performance woes. I'm appalled. Pin
Gerry Schmitz26-Dec-20 15:19
mveGerry Schmitz26-Dec-20 15:19 
GeneralRe: Performance woes. I'm appalled. Pin
honey the codewitch26-Dec-20 16:49
mvahoney the codewitch26-Dec-20 16:49 
GeneralRe: Performance woes. I'm appalled. Pin
k505427-Dec-20 3:34
mvek505427-Dec-20 3:34 
GeneralRe: Performance woes. I'm appalled. Pin
honey the codewitch27-Dec-20 3:56
mvahoney the codewitch27-Dec-20 3:56 
GeneralRe: Performance woes. I'm appalled. Pin
obermd28-Dec-20 3:45
obermd28-Dec-20 3:45 
GeneralRe: Performance woes. I'm appalled. Pin
honey the codewitch28-Dec-20 3:47
mvahoney the codewitch28-Dec-20 3:47 
GeneralFun with Java Pin
Cp-Coder25-Dec-20 13:09
Cp-Coder25-Dec-20 13:09 
For the past 4 months or so, I have tried to keep my brain from atrofying by working on complex issues. I am approaching 80 and dementia in all forms is one of the few things that really scares me. When my daughter was struggling with a course in elementary Java, I had to quickly learn elementary Java to help her.

Well, Java hooked me, and now I am well into Javafx with fxml and far, far beyond her elementary course. I found Java to be quite similar to C#, but at the same time, it had significant differences.

One difference that drove me nuts several times, is the simple act to compare strings. In C# I must have have done the comparison like: if (stringA == stringB) { } thousands of times. But try to do that in Java, ooh boy! The compiler will just ignore the statement and skip to the next statement. No exception, no error, no nothing. It just ignores the line. The results can be chaotic with absolutely no indication where the error occurred! The proper syntax in Java is: if ( stringA.equals(stringB)) { }

And if any of you readers tell me I deserve to suffer for trying to work in Java: I will scream! Big Grin | :-D

One other thing: I started out using the Eclipse IDE for java, but soon found I preferred the IntelliJ IDE. In fact IntelliJ is better than Visual Studio in several respects. But VS admittedly has its moments in the sun.
Get me coffee and no one gets hurt!



modified 26-Dec-20 8:46am.

GeneralRe: Fun with Java Pin
Richard MacCutchan25-Dec-20 21:12
mveRichard MacCutchan25-Dec-20 21:12 
GeneralRe: Fun with Java Pin
Amarnath S26-Dec-20 2:17
professionalAmarnath S26-Dec-20 2:17 
GeneralRe: Fun with Java Pin
Mike Hankey26-Dec-20 3:07
mveMike Hankey26-Dec-20 3:07 
GeneralRe: Fun with Java Pin
Gary R. Wheeler26-Dec-20 8:46
Gary R. Wheeler26-Dec-20 8:46 
GeneralRe: Fun with Java Pin
Mike Hankey26-Dec-20 9:01
mveMike Hankey26-Dec-20 9:01 
GeneralRe: Fun with Java Pin
Mycroft Holmes26-Dec-20 11:46
professionalMycroft Holmes26-Dec-20 11:46 
GeneralRe: Fun with Java Pin
F-ES Sitecore26-Dec-20 3:21
professionalF-ES Sitecore26-Dec-20 3:21 
GeneralRe: Fun with Java Pin
Ralf Peter Lucke27-Dec-20 20:27
Ralf Peter Lucke27-Dec-20 20:27 
GeneralRe: Fun with Java Pin
peterkmx26-Dec-20 11:58
professionalpeterkmx26-Dec-20 11:58 
GeneralRe: Fun with Java Pin
Kiriander27-Dec-20 20:19
Kiriander27-Dec-20 20:19 
GeneralRe: Fun with Java Pin
Martin ISDN28-Dec-20 0:33
Martin ISDN28-Dec-20 0:33 
GeneralRe: Fun with Java Pin
Harrison Pratt28-Dec-20 2:51
professionalHarrison Pratt28-Dec-20 2:51 
GeneralRe: Fun with Java Pin
Bruce Patin28-Dec-20 3:26
Bruce Patin28-Dec-20 3:26 
GeneralRe: Fun with Java Pin
Cp-Coder28-Dec-20 11:44
Cp-Coder28-Dec-20 11:44 
GeneralRe: Fun with Java Pin
ElectroLund28-Dec-20 5:22
ElectroLund28-Dec-20 5:22 
GeneralRe: Fun with Java Pin
Slow Eddie28-Dec-20 6:31
professionalSlow Eddie28-Dec-20 6:31 
GeneralRe: Fun with Java Pin
Cp-Coder28-Dec-20 11:18
Cp-Coder28-Dec-20 11:18 

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.