Click here to Skip to main content
15,924,367 members
Please Sign up or sign in to vote.
2.00/5 (4 votes)
See more:
I am new to Java. I know C, C++ and want to learn java and I am trying my best to learn it.
I have learnt (hello_world, if, for, while, etc) basic things in Java. What should I do next? Please Co-Operate and Thank You in Advance.

Please Link any Refereance.
Posted
Updated 5-Jun-13 18:29pm
v2
Comments
Prasad Khandekar 6-Jun-13 3:40am    
Hello Toywarrior,

Following link is also worth considering.

http://docs.oracle.com/javase/tutorial/

Regards,

 
Share this answer
 
You mention that you know C/C++, but you are not really saying what level you are at as a developer in general. If you are at an intermediate level or if you are a good beginner, I recommend developing a chat program. It is something that will challenge you and there are so many features you can add on as you gain more knowledge and experience.

Below are a couple of links to articles with source code. Now don't just copy the whole thing, but use them as a reference as you go along.
http://mrbool.com/how-to-create-chat-clientserver-solution-in-java/26948[^]
http://pirate.shu.edu/~wachsmut/Teaching/CSAS2214/Virtual/Lectures/chat-client-server.html[^]
A Java Chat Application[^]

Soren Madsen
 
Share this answer
 
v2
I hope you will find this environment attractive enough:
http://en.wikipedia.org/wiki/NetBeans[^],
https://netbeans.org/[^].

I think this software with free license it a way to experiment with Java in a hassle-free way. It's especially suitable for people with some Windows and Visual Studio experience.

—SA
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 6-Jun-13 1:49am    
Hm. What else would you expect from attractive environment? I hope, not writing code for your... :-)
—SA
Prasad Khandekar 6-Jun-13 3:38am    
Try Eclipse.
Sergey Alexandrovich Kryukov 6-Jun-13 7:50am    
Well, if you spend less time and nerve on annoying environment detail, you better focus on learning of the fundamentals.
What do you mean "no problem at all in learning"? it depends on many other factors, first and foremost, yourself.
And if you have no problem, you are not learning one main thing: how to solve problems.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900