2
samee
7y

Now that I have decided yo learn Java.
Can anyone tell me where do I start and where to find the required resources and tutorials and so on..

Comments
  • 1
    I just started Java as well. But thats not how I learn. I have a project and I'm learning as I work on it. ^~^

    (Hmm.. What does this button.. OHH GOD OKAY DONT DO THAT EVER AGAIN)
  • 0
    Step 1 set up environment variable
    Step 2 disassemble whichever class u find by javap fully.qualified.className
    Step 3 experiment day and night with each methods and keep exploring
    Step 4 do step 3 forever
  • 1
    Tutorial point, and java trail. It all depends on how much you know the foundations and theory of OOP.
  • 0
    @magicMirror I happen to know a little bit about the OOP concepts.
    Maybe learning Java will be little easier.
  • 2
    Thinking in java by Bruce Eckel and Effective Java by Joshua Block. Must reads. Especially Effective Java, it's a stellar book but for intermediate level Java devs
  • 1
    @Ikun Thanks. I'll check them out. ✌
Add Comment