ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Unsolved Java for Beginners

    Developer Discussion
    java programming
    6
    16
    2.8k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • scottalanmillerS
      scottalanmiller @Lakshmana
      last edited by

      @Lakshmana said in Java for Beginners:

      @scottalanmiller The teaching person make me to learn the NEtbeans not the concepts in Java.So will learn the concepts soon

      Why work with someone wasting your time and not teaching Java? What's the goal?

      LakshmanaL 1 Reply Last reply Reply Quote 0
      • LakshmanaL
        Lakshmana @scottalanmiller
        last edited by

        @scottalanmiller The goal is to move to Android Developing after learning Java concepts

        scottalanmillerS 1 Reply Last reply Reply Quote 0
        • scottalanmillerS
          scottalanmiller @Lakshmana
          last edited by

          @Lakshmana said in Java for Beginners:

          @scottalanmiller The goal is to move to Android Developing after learning Java concepts

          So grab a book and learn Java concepts. Wasting time learning useless tools is the wrong direction.

          Then check this out.

          https://developer.android.com/training/basics/firstapp/index.html

          1 Reply Last reply Reply Quote 0
          • Reid CooperR
            Reid Cooper
            last edited by

            You need to start with programming basics. I'd probably start with just doing some programming before jumping into Java and Android. Maybe get started with Python and a more basic programming class.

            LakshmanaL 1 Reply Last reply Reply Quote 1
            • LakshmanaL
              Lakshmana @Reid Cooper
              last edited by

              @Reid-Cooper Any good sites ???

              Reid CooperR 1 Reply Last reply Reply Quote 0
              • Reid CooperR
                Reid Cooper @Lakshmana
                last edited by

                @Lakshmana said in Java for Beginners:

                @Reid-Cooper Any good sites ???

                Of course, check out Code Academy for sure. They have courses (for FREE) in Python and other languages. Good place to start.

                1 Reply Last reply Reply Quote 2
                • Reid CooperR
                  Reid Cooper
                  last edited by

                  I just noticed that Code Academy has Java in their course catalog for free now as well.

                  1 Reply Last reply Reply Quote 2
                  • scottalanmillerS
                    scottalanmiller
                    last edited by

                    Code Academy is great, and you can't beat free, of course.

                    1 Reply Last reply Reply Quote 1
                    • tonyshowoffT
                      tonyshowoff
                      last edited by tonyshowoff

                      As a Java programmer for around 20 years might I suggest a good IDE and the best I've ever used, hands down is Intellij IDEA (if you can't afford it after your trial ends, message me and I have a volume license and I'll hook you up if you're serious about Java), it's extremely good at automatic code analysis, suggestion, etc. There's also Eclipse, but it's not as great but many people suggest it. Certainly don't use something like Sublime, you'll spend 10x longer trying to debug stuff or figure out what you're doing as your project gets larger even though fan boys will tell you this doesn't happen to them.

                      I might also suggest that as you get better, take into account the vast, vast, VAST improvements made in Java 10 and beyond, because much of what you'll find out there is written for Java 1.x, 2, etc so some of the cooler built in libraries, syntactic sugar, etc are simply not even talked about.

                      Overall it's a fairly easy language, certainly easier than C++ which I have also done professionally but it is a bit more difficult than PHP or Perl.

                      That's all I have to add, above comments are all good sources of information and I'm willing to help with Java issues posted on this forum as well... so long as I see them.

                      1 Reply Last reply Reply Quote 0
                      • jmooreJ
                        jmoore @Lakshmana
                        last edited by

                        @Lakshmana Get a good book and work from console. There's a reason a lot of languages do it like that. Do all the practice exercises for each section until you get them right and understand them.

                        1 Reply Last reply Reply Quote 0
                        • 1 / 1
                        • First post
                          Last post