Java Learn Java Programming: Fast and Comprehensive Tutorials

  • Thread starter Thread starter Docscientist
  • Start date Start date
  • Tags Tags
    Java Programming
AI Thread Summary
The discussion centers on finding effective resources for learning Java, particularly for beginners who prefer a fast-paced approach. The original poster expresses frustration with existing websites and apps that either lack engaging content or progress too slowly. A recommended resource is a manual available on Amazon, which has proven useful for some users. Additionally, the Processing IDE is highlighted as a valuable tool for learning Java through interactive graphics, catering to casual programmers. Overall, the focus is on seeking engaging, fast-paced educational materials for Java programming.
Docscientist
Messages
101
Reaction score
11
I was searching for a good website or an app that can teach Java.I found so many of them and they were pretty uninteresting.They don't teach from the scratch and I get so annoyed.And even in those videos that start from the scratch,it is very very slow that I feel why can't the teacher be fast.Can somebody suggest me a good website,YouTube videos or an app that teaches from the scratch and is fast enough ?
 
Technology news on Phys.org
I would check out the Processing IDE at:

www.processing.org

There are many good books on processing and its designed to teach casual programmers Java through interactive graphics.
 
  • Like
Likes Docscientist
jedishrfu said:
I would check out the Processing IDE at:

www.processing.org

There are many good books on processing and its designed to teach casual programmers Java through interactive graphics.
Thank you !
 
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.
Back
Top