One Month to learn Java - Pointers and book suggestions needed

Reply

Join Date: May 2007
Posts: 28
Reputation: Panarchy is an unknown quantity at this point 
Solved Threads: 0
Panarchy's Avatar
Panarchy Panarchy is offline Offline
Light Poster

One Month to learn Java - Pointers and book suggestions needed

 
0
  #1
Sep 17th, 2008
Hello

This is the sister article to my question on C++.

I've been told by some other people that java is a better language to learn for the kind of implementation needed.

Please don't close the other topic, or stop replying to the other topic, as both of these will be needed by me (though immediately this one!)

What I need, is to learn Java, within a month.


Any suggestions/pointers?

Thanks in advance for any replies,

Panarchy
Reply With Quote Quick reply to this message  
Join Date: Jan 2007
Posts: 706
Reputation: stultuske is a jewel in the rough stultuske is a jewel in the rough stultuske is a jewel in the rough 
Solved Threads: 84
stultuske's Avatar
stultuske stultuske is offline Offline
Master Poster

Re: One Month to learn Java - Pointers and book suggestions needed

 
0
  #2
Sep 17th, 2008
lots and lots of coffee and good luck..
you can learn the basics of Java in a month, but to completely 'learn' Java on such short period would require a whizz-kid as a student

you might want to check out the sticky post on top of this forum, the one that tells you
"how to get started". There are a lot of usefull links and titles of Java books in there you can use
Reply With Quote Quick reply to this message  
Join Date: Feb 2006
Posts: 2,336
Reputation: masijade has much to be proud of masijade has much to be proud of masijade has much to be proud of masijade has much to be proud of masijade has much to be proud of masijade has much to be proud of masijade has much to be proud of masijade has much to be proud of masijade has much to be proud of 
Solved Threads: 250
Moderator
masijade's Avatar
masijade masijade is online now Online
Nearly a Posting Maven

Re: One Month to learn Java - Pointers and book suggestions needed

 
0
  #3
Sep 17th, 2008
http://java.sun.com/javase/6/docs/

Contains links to suns tutorials and the api docs, as well as jvm specs and the jls and a features guide. In short, Suns official Java documentation.
Java Programmer and Sun Systems Administrator

----------------------------------------------

Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it.
--Brian Kernighan
Reply With Quote Quick reply to this message  
Join Date: Jun 2008
Posts: 973
Reputation: Alex Edwards is a jewel in the rough Alex Edwards is a jewel in the rough Alex Edwards is a jewel in the rough Alex Edwards is a jewel in the rough 
Solved Threads: 107
Alex Edwards's Avatar
Alex Edwards Alex Edwards is offline Offline
Posting Shark

Re: One Month to learn Java - Pointers and book suggestions needed

 
0
  #4
Sep 17th, 2008
What specific implementations do you need?

Learning Java is quite the trial.

To get a decent dosage of Java, I strongly STRONGLY recommend "Java, How to Program 7e" by Deitel & Deitel.

But this isn't good enough. Simply learning the language and some implementations might not be enough. What if you need to implement MVC via JavaScript, DHTML or JSP front-end and Java Servlet Controller with potential Java back-end?

Is the whole application going to be done in Java? Why did you migrate from C++ to Java for your task? What is it that you're trying to accomplish that you feel the need to learn Java?

Please, justify your reasoning.
Reply With Quote Quick reply to this message  
Join Date: Sep 2008
Posts: 5
Reputation: kalyan_au_cse is an unknown quantity at this point 
Solved Threads: 0
kalyan_au_cse kalyan_au_cse is offline Offline
Newbie Poster

Re: One Month to learn Java - Pointers and book suggestions needed

 
0
  #5
Sep 17th, 2008
You know C++ right, you java should be not much difficult. Get the book Head First Java and read it. And one thing, there is no such thing as pointers in java only references, though it internally uses the concept of pointers, dont confuse between the two, there area lot of low level differences, ok.

Get Head First Java, avery good book, read it chapter by chapter, don't skip any, and try to do exercises, your concepts will be very clear and good. Its avery good and easy to understand book presented in a very good way with no loss in info. You should be able to complete in 15 days. i did it.
Reply With Quote Quick reply to this message  
Join Date: Jun 2008
Posts: 973
Reputation: Alex Edwards is a jewel in the rough Alex Edwards is a jewel in the rough Alex Edwards is a jewel in the rough Alex Edwards is a jewel in the rough 
Solved Threads: 107
Alex Edwards's Avatar
Alex Edwards Alex Edwards is offline Offline
Posting Shark

Re: One Month to learn Java - Pointers and book suggestions needed

 
0
  #6
Sep 17th, 2008
Originally Posted by kalyan_au_cse View Post
You know C++ right, you java should be not much difficult. Get the book Head First Java and read it. And one thing, there is no such thing as pointers in java only references, though it internally uses the concept of pointers, dont confuse between the two, there area lot of low level differences, ok.

Get Head First Java, avery good book, read it chapter by chapter, don't skip any, and try to do exercises, your concepts will be very clear and good. Its avery good and easy to understand book presented in a very good way with no loss in info. You should be able to complete in 15 days. i did it.
There are pointers in Java, you just can't dereference them to access the object at the address. You always have to use indirection to manipulate objects in Java, but instead of the indirection symbol you use the "." symbol.
Reply With Quote Quick reply to this message  
Join Date: May 2007
Posts: 28
Reputation: Panarchy is an unknown quantity at this point 
Solved Threads: 0
Panarchy's Avatar
Panarchy Panarchy is offline Offline
Light Poster

Re: One Month to learn Java - Pointers and book suggestions needed

 
0
  #7
Sep 17th, 2008
Oh, I don't know C++

Originally Posted by Alex Edwards View Post
What specific implementations do you need?

Learning Java is quite the trial.

To get a decent dosage of Java, I strongly STRONGLY recommend "Java, How to Program 7e" by Deitel & Deitel.

But this isn't good enough. Simply learning the language and some implementations might not be enough. What if you need to implement MVC via JavaScript, DHTML or JSP front-end and Java Servlet Controller with potential Java back-end?

Is the whole application going to be done in Java? Why did you migrate from C++ to Java for your task? What is it that you're trying to accomplish that you feel the need to learn Java?

Please, justify your reasoning.
What I wish to learn is how to write the frontend GUI to a new programming language written in ocaml (this new language is object orientated).

And it needs to be cross platform...

Panarchy
Reply With Quote Quick reply to this message  
Join Date: May 2008
Posts: 2
Reputation: nikhil kumar is an unknown quantity at this point 
Solved Threads: 0
nikhil kumar nikhil kumar is offline Offline
Newbie Poster

Re: One Month to learn Java - Pointers and book suggestions needed

 
0
  #8
Sep 17th, 2008
what is the scope of JAVA? Tell me if I make my career in JAVA. what points I should take to sucess in this career. I am a computer graduate.
Reply With Quote Quick reply to this message  
Join Date: May 2007
Posts: 4,427
Reputation: Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of 
Solved Threads: 507
Moderator
Featured Poster
Ezzaral's Avatar
Ezzaral Ezzaral is offline Offline
Industrious Poster

Re: One Month to learn Java - Pointers and book suggestions needed

 
0
  #9
Sep 17th, 2008
Originally Posted by nikhil kumar View Post
what is the scope of JAVA? Tell me if I make my career in JAVA. what points I should take to sucess in this career. I am a computer graduate.
Hijacking someone else's thread to ask an unrelated question is considered rude. If you have a question to ask, start a new thread of your own.
Reply With Quote Quick reply to this message  
Join Date: Nov 2004
Posts: 6,143
Reputation: jwenting is just really nice jwenting is just really nice jwenting is just really nice jwenting is just really nice 
Solved Threads: 213
Team Colleague
jwenting's Avatar
jwenting jwenting is offline Offline
duckman

Re: One Month to learn Java - Pointers and book suggestions needed

 
0
  #10
Sep 17th, 2008
Of course anyone thinking to "learn Java within a month" is rather insane...
A decade is more like it.
As people are clearly allowed to attack me but I'm not allowed to defend myself, I no longer post to this site.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Other Threads in the Java Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC