5

I have small knowledge in programming in Java, have not learned it in a couple of months, and I was wondering, how do you take what you know to make a larger piece of software. HTML and CSS seems easy in comparison as I know how to a websites but, I can't comprehend Java programming.

Comments
  • 5
    You need to learn the concepts and paradigms.

    Learn algorithms, data structures and oop (probably some design patterns are a good idea to learn).

    You'll get the idea how things would work afterwards, and you'll pick frameworks for your projects.
Add Comment