Jump to content

java beginner

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
24kmax10

24kmax10

    Newbie

  • Members
  • Pip
  • 9 posts
hi everybody,i ave jst found out tht java is interesting so thts y i ave decide to study it.i ave gat some crew on object oriented programing bse ave been trying to learn C++ and Csharp 4 the last 4 Months ,atleast i can develop something.my point is i just need help on how to learn java fast bse i might need it to do my school project whichis just around da corner.thanks in advance

#2
Sinipull

Sinipull

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 386 posts
Did you type with your feet? Start by using correct grammar, your text isn't readable. A good programmer uses correct grammar, because it's critical to avoid any mistakes when writing code. Your sloppy writing shows your going to make an awful programmer, because you never stop to think, if your code is understandable to other people.

Anyway, Bruce Eckel's "Thinking in Java" is a great book.

Edited by Sinipull, 11 April 2010 - 12:33 PM.


#3
mr_skyflakes21

mr_skyflakes21

    Learning Programmer

  • Members
  • PipPipPip
  • 54 posts
Sinipull, maybe you can forgive this learner. Hahaha.

@24kmax10

Java has a vast collection of libraries in it. Are you familiar with the "Hello World" introduction concept?

The methods you've done to learn C# is the same thing you have to do when learning Java. Print here, print there. Loop, Switch, method declaration. All that stuff.
Besides, there are many resources available out there. Like Sinipull said, Bruce Eckel's "Thinking in Java" is a great book. Also, Google is your friend!

But you have to acquire techniques not just by reading books.
The best way to learn programming is to program.

Good luck.