User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
You're currently browsing the Java section within the Software Development category of DaniWeb, a massive community of 391,802 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,429 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Java advertiser: Lunarpages Java Web Hosting
Views: 1427 | Replies: 12
Closed Thread
Join Date: Sep 2006
Location: Liberty, IL
Posts: 27
Reputation: JakeCourtney is an unknown quantity at this point 
Rep Power: 2
Solved Threads: 1
JakeCourtney JakeCourtney is offline Offline
Light Poster

Learning Java

  #1  
Sep 23rd, 2006
Hey,

I've recently started to learn Java with a little prior experince in C++. Only the basics.

I was just wondering if there any pointers for getting this language down. I'm talking about stuff that I won't pick up from some book or exercise. Something you've all come across in the learning process.
AddThis Social Bookmark Button
 
Join Date: Aug 2005
Posts: 4,665
Reputation: iamthwee is just really nice iamthwee is just really nice iamthwee is just really nice iamthwee is just really nice 
Rep Power: 16
Solved Threads: 297
iamthwee's Avatar
iamthwee iamthwee is offline Offline
Industrious Poster

Re: Learning Java

  #2  
Sep 23rd, 2006
Java's a big ol language. There's so many things you can do with it.

There are no specific pointers. You learn them as you program and as you integrate with public forums such as these.
Member of: F-ugly code club

Join today don't delay!
 
Join Date: Nov 2004
Location: Netherlands
Posts: 5,646
Reputation: jwenting is a jewel in the rough jwenting is a jewel in the rough jwenting is a jewel in the rough jwenting is a jewel in the rough 
Rep Power: 18
Solved Threads: 191
Colleague
jwenting's Avatar
jwenting jwenting is offline Offline
duckman

Re: Learning Java

  #3  
Sep 23rd, 2006
Java's got only one pointer you need to worry about, and that's the null pointer

Don't get trapped in learning a tool instead of learning the language (so don't start with heavyweight IDEs and stuff).
Don't get trapped into learning some external libraries before you know the language (we don't want kids who never programmed Java before asking questions about EJB, Servlet, Hibernate, Spring, Struts, etc. etc.).
Don't get sidetracked into thinking Java is just like C++ because of the similarities in syntax, it's not.
42 Private messages asking for help will be ignored
In the frozen land of Nador they were forced to eat Steve's iMinstrels, and there was much rejoicing.
 
Join Date: Sep 2006
Location: Who wants to know?
Posts: 149
Reputation: lol_hacker101 has a little shameless behaviour in the past 
Rep Power: 0
Solved Threads: 0
lol_hacker101's Avatar
lol_hacker101 lol_hacker101 is offline Offline
Junior Poster

Re: Learning Java

  #4  
Sep 23rd, 2006
i have recently attended 2 courses in programming in J# and i was wondering if anyone with past experience could guid me in the right direction...'cos im confused, there's so much to learn...

Cheers,
lol_hacker101
 
Join Date: Nov 2004
Location: Netherlands
Posts: 5,646
Reputation: jwenting is a jewel in the rough jwenting is a jewel in the rough jwenting is a jewel in the rough jwenting is a jewel in the rough 
Rep Power: 18
Solved Threads: 191
Colleague
jwenting's Avatar
jwenting jwenting is offline Offline
duckman

Re: Learning Java

  #5  
Sep 24th, 2006
you should start by not hijacking other peoples' threads.
Next you should continue by posting in the correct forum.
42 Private messages asking for help will be ignored
In the frozen land of Nador they were forced to eat Steve's iMinstrels, and there was much rejoicing.
 
Join Date: Aug 2004
Location: North Carolina
Posts: 25
Reputation: Banderson is an unknown quantity at this point 
Rep Power: 5
Solved Threads: 0
Banderson's Avatar
Banderson Banderson is offline Offline
Light Poster

Solution Re: Learning Java

  #6  
Sep 24th, 2006
Originally Posted by JakeCourtney View Post
Hey,

I've recently started to learn Java with a little prior experince in C++. Only the basics.

I was just wondering if there any pointers for getting this language down. I'm talking about stuff that I won't pick up from some book or exercise. Something you've all come across in the learning process.



I think the first thing is learn the keywords, such as,
  • int
  • float
  • double
  • long
  • null
  • String
  • static
There are several more keywords to learn.

After you learn them get to know what they do , their meaning, and how to implement them into your programming to get the desired results.

Also remember that Java is Object oriented and a case-sensitive language.

That is how I started anyway.
 
Join Date: Sep 2006
Location: Liberty, IL
Posts: 27
Reputation: JakeCourtney is an unknown quantity at this point 
Rep Power: 2
Solved Threads: 1
JakeCourtney JakeCourtney is offline Offline
Light Poster

Re: Learning Java

  #7  
Sep 25th, 2006
I'm just not sure which method of learning works best. The total excersise or just reading a bit, and playing with the code.
IT Professional
 
Join Date: Sep 2006
Posts: 10
Reputation: tjl30 is an unknown quantity at this point 
Rep Power: 2
Solved Threads: 0
tjl30 tjl30 is offline Offline
Newbie Poster

Re: Learning Java

  #8  
Sep 26th, 2006
If you are just starting to learn Java try picking up the book "Fundamentals of Java by Lambert/Osborne" It starts out real simple and builds.

Also cheak out
http://java.sun.com/j2se/1.5.0/docs/api/index.html

And if you want a good program to code in try Eclipse
 
Join Date: Sep 2006
Location: Who wants to know?
Posts: 149
Reputation: lol_hacker101 has a little shameless behaviour in the past 
Rep Power: 0
Solved Threads: 0
lol_hacker101's Avatar
lol_hacker101 lol_hacker101 is offline Offline
Junior Poster

Re: Learning Java

  #9  
Sep 26th, 2006
Well,
tj30, i can't download or run eclipse for some reason or another....and yes, i know it's great. my director specially recommended it.. and i know what it is and what it looks like...it's almost the only free J# publishing program, and the best, too.

lol_hacker101
"The only thing that expands faster than the fabric of the universe is the fabric of my waistband."

-Albert Einstein
 
Join Date: Sep 2006
Posts: 10
Reputation: tjl30 is an unknown quantity at this point 
Rep Power: 2
Solved Threads: 0
tjl30 tjl30 is offline Offline
Newbie Poster

Re: Learning Java

  #10  
Sep 27th, 2006
Originally Posted by lol_hacker101 View Post
Well,
tj30, i can't download or run eclipse for some reason or another....and yes, i know it's great. my director specially recommended it.. and i know what it is and what it looks like...it's almost the only free J# publishing program, and the best, too.

lol_hacker101


Well if you can't download eclipse try looking for help at there website http://www.eclipse.org/
 
Closed Thread

Only community members can participate in forum threads. You must register or log in to contribute.

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

DaniWeb Java Marketplace
Thread Tools Display Modes

Similar Threads
Other Threads in the Java Forum

All times are GMT -4. The time now is 5:24 am.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC