tags:

views:

132

answers:

2

Possible Duplicate:
Learning Java?

Hi,

I'm basically a Python programmer and I want to develop a java based application.

What basic requirements do I need to develop?

+2  A: 

When starting something quite unfamiliar I strongly suggest getting a good old fashion book. If you try to just dive in you may miss some core concepts.

Doobi
any book name or any link to clear up core consepts???
Keyur Shah
I read a Head First book on Design Patterns which was pretty good. I saw that there is also a Head First book on Java that seems well-reviewed on Amazon; if you are new to the subject matter the unique teaching style keeps your attention.
AbeVoelker
+1  A: 
  1. Install a Java SDK without Netbeans
  2. Install Eclipse IDE for Java Developers
  3. Work your way through the Sun Java-Tutorial. Learn everything.

Now you are ready.

Daniel
Why did someone downvote this?
Daniel