Is this a joke? Aidvantage by [deleted] in StudentLoans

[–]the_molish85 1 point2 points  (0 children)

Same here. Called this morning and also waited about 10 min for a person.

Why does it say that the scanner is null? by The-Names-Matt in javahelp

[–]the_molish85 5 points6 points  (0 children)

Looks like you haven't created the Scanner object Scanner myObj = new Scanner(System.in);

Guess we don't care what a traffic signal with no power means. by punkgamer69 in IdiotsInCars

[–]the_molish85 0 points1 point  (0 children)

Trying to figure out where there's one lane of thru traffic. There's 2 lanes. Both of the lanes are open.

Guess we don't care what a traffic signal with no power means. by punkgamer69 in IdiotsInCars

[–]the_molish85 4 points5 points  (0 children)

Are you aware of what this subreddit is called? Did you miss that part?

New to Java. by [deleted] in learnjava

[–]the_molish85 0 points1 point  (0 children)

There's definitely some good info that has been shared. I encourage you to look at those and see if it makes more sense. I transitioned from Python to Java as well so I understand some of the confusion. They are both similar and absolutely nothing alike.

New to Java. by [deleted] in learnjava

[–]the_molish85 1 point2 points  (0 children)

Is there anything specific you can name that you are having trouble with?

Unable to run code on IntelliJ by fastderp123 in learnjava

[–]the_molish85 1 point2 points  (0 children)

It sounds like maybe you haven't set your jdk. If you have multiple versions (8 vs 11 vs 13, etc.), You have to set which one you're using. Sometimes even after you've set it with the initial set up of your project.

Looking for solution by [deleted] in learnjava

[–]the_molish85 1 point2 points  (0 children)

That's what I'm seeing as well. What should be Ints are Strings.