Java Good books/articles I can learn java from? Or another programming language?

AI Thread Summary
The discussion centers around resources for learning programming, specifically mentioning free PDFs and books. A notable recommendation is Bruce Eckel's C++ books, which are available for free and are described as comprehensive. Additionally, Oracle's online tutorials for Java are highlighted as useful resources. There is also a suggestion to consider learning Python first due to its ease of use, while C++ is noted for its speed and control. Participants express enthusiasm about exploring these resources further.
mariexotoni
Messages
56
Reaction score
0
From free PDF's to books I have to buy. Anything that will be helpful
 
Technology news on Phys.org
mariexotoni said:
From free PDF's to books I have to buy. Anything that will be helpful

Hey mariexotoni and welcome to the forums.

One book that I can recommend that is free (I used this a very long time ago) is the C++ books by Bruce Eckel. I don't know exactly what they are like now but they were very comprehensive and they are free to download. Take a look here:

http://www.ibiblio.org/pub/docs/books/eckel/
 
thanks so much!
 
Alright. Sorry if this wasn't what you were looking for, and this is probably a bit late, but I suggest you use Python (much easier to learn) first, or C++ (a lot faster to program in and a bit faster to run, as well as giving you more control) as chiro recommended.
 
okay, no it's not too late. :) going to start lookin' at it over the weekend when i have some extra time to play with.
 
Thread 'Is this public key encryption?'
I've tried to intuit public key encryption but never quite managed. But this seems to wrap it up in a bow. This seems to be a very elegant way of transmitting a message publicly that only the sender and receiver can decipher. Is this how PKE works? No, it cant be. In the above case, the requester knows the target's "secret" key - because they have his ID, and therefore knows his birthdate.
I tried a web search "the loss of programming ", and found an article saying that all aspects of writing, developing, and testing software programs will one day all be handled through artificial intelligence. One must wonder then, who is responsible. WHO is responsible for any problems, bugs, deficiencies, or whatever malfunctions which the programs make their users endure? Things may work wrong however the "wrong" happens. AI needs to fix the problems for the users. Any way to...
Back
Top