Tell me more ×
Programmers Stack Exchange is a question and answer site for professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.

I am currently working as a Java Developer, I have 2 years of experience. I have recently cleared SCJP. I still have a feeling that I am not technically strong enough in Java. With the usage of new frameworks and IDEs day by day I am forgetting Java concepts. Can you please share with me how to handle this?

share|improve this question
New frameworks and IDEs make you forget Java concepts? Can you clarify this? – Andres F. Nov 27 '12 at 15:10
3  
FYI: This question got cross posted from stackoverflow.com/questions/13586875/… – Flexo Nov 27 '12 at 15:11
hello Flexo & Andres.Thanks for replying. with the IDE usage, if there is a compilation error on IDE .I blindly click on resolve issues, IDE will automatically adjust the code. I am gradually forgetting concepts leaving IDE to do it for me. – shree Nov 27 '12 at 15:30
Correct me if i am wrong. I hope You guys understood my question. – shree Nov 27 '12 at 15:33

closed as not a real question by delnan, Justin Cave, gnat, JB King, thorsten müller Nov 27 '12 at 15:24

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

The way to become technically strong in anything is to do it. You will not do better than going out and writing new Java code, reading good Java code, and getting some of your code reviewed by a good developer (you could always saunter over to http://codereview.stackexchange.com/ if you have specific code you would like feedback on).

In the end, it is like playing an instrument. An ever-evolving instrument, but an instrument nonetheless.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.