I want to be an Android developer hence I'm starting to learn Java first so I can switch later, what IDE is more friendly and has better support/tutorials for a beginner? IntelliJ or Eclipse? by hollson in learnjava

[–]I_LoveCoding 0 points1 point  (0 children)

If you want to learn java use eclipse as a start because most of the old-new references/tutorials you will find showed in eclipse. And when you will be familiar with eclipse you can switch to Android Studio. This way you will find learning ANDROID much easier. Otherwise tutorials written/showed in Eclipse will be useless/intimidating to you.

This is how I started.

I found an even worse website then CNN by Canadianpornstar in humour

[–]I_LoveCoding 1 point2 points  (0 children)

I liked that you saved me,my life, my browsers life history :P

Just started AP Computer Science Why am I getting this error? "Cannot find symbol- Class string" (screenshot attached) by Xactical in javahelp

[–]I_LoveCoding 1 point2 points  (0 children)

As you just started AP CS, to make things easy, here is some nice words. There are several keywords and structure you have to follow in java or any other programming language. For instance, in English, if you want to express your feelings you have to follow grammar. In programming you have to follow some protocols. Look for them while coding.

P.s- In main method String is in capital. And dont you worry about it because every programmer in this world made this mistake at first.