Bitcoin Forum

Bitcoin => Project Development => Topic started by: sgb2015 on March 25, 2015, 07:01:53 PM



Title: Please HELP: what is BEST java tutorial / book ??
Post by: sgb2015 on March 25, 2015, 07:01:53 PM
I am interested in BTC technology and want to start building, work with already existing Automated bitcoin/altcoins ARBITRAGE BOTS.

But I have no experience with programming yet.

What can you guys advice me would be a good language to start ?

I saw that some cool bots are made in Java, what would be the best java tutorial to get me started ???

tnx;)


Title: Re: Please HELP: what is BEST java tutorial / book ??
Post by: arunka71 on March 25, 2015, 10:57:03 PM
When I last looked, the Sun tutorial was cool.

But I use java and nobody wants to do any collab, because it seems everyone hates java. So you any other other language.



Title: Re: Please HELP: what is BEST java tutorial / book ??
Post by: S4VV4S on March 26, 2015, 07:46:01 AM
These are good tuts: http://www.lynda.com/search?q=JAVA (http://www.lynda.com/search?q=JAVA)


Title: Re: Please HELP: what is BEST java tutorial / book ??
Post by: Jeremycoin on March 26, 2015, 08:36:47 AM
I interested to follow this thread
Because I want to know the answer :)


Title: Re: Please HELP: what is BEST java tutorial / book ??
Post by: majeis on March 28, 2015, 04:17:51 AM
This is always a good resource:

The Java™ Tutorials https://docs.oracle.com/javase/tutorial/

Also, the subreddit https://reddit.com/r/learnprogramming/


Title: Re: Please HELP: what is BEST java tutorial / book ??
Post by: freeyourmind on March 30, 2015, 05:23:17 AM
I just learned some basic coding in python, so looking to get started with Java as well.

Do you guys use the google chrome console?


Title: Re: Please HELP: what is BEST java tutorial / book ??
Post by: emrebey on March 30, 2015, 12:39:42 PM
I think you should learn python. it's easy to read, understand, use. that's the choice of language for newcomers to programming era.


Title: Re: Please HELP: what is BEST java tutorial / book ??
Post by: Rude Boy on March 30, 2015, 12:44:22 PM
www.w3schools.com might help you to learn java and some other languages as well.
And C & JAVA is the most used languages to create bit stuffs i've seen.


~Rude Boy


Title: Re: Please HELP: what is BEST java tutorial / book ??
Post by: erikalui on March 30, 2015, 01:24:44 PM
www.w3schools.com might help you to learn java and some other languages as well.
And C & JAVA is the most used languages to create bit stuffs i've seen.


~Rude Boy

This website was recommended by my teacher as well and OP you can try this website. First you can start with HTML, CSS and then JAVA. You can also appear for tutorial and learn how to write few code snippets.

You can also try learning from the Ebook: http://portal.aauj.edu/e_books/teach_your_self_java_in_21_days.pdf


Title: Re: Please HELP: what is BEST java tutorial / book ??
Post by: arunka71 on March 30, 2015, 08:10:10 PM
You can code java in a browser shell? Or do you mean javascript?


Title: Re: Please HELP: what is BEST java tutorial / book ??
Post by: freeyourmind on March 30, 2015, 09:55:14 PM
You can code java in a browser shell? Or do you mean javascript?


If this is in response to my post, I'm brand new to this dude, so I'm not sure.

I took a course in Python, where they put together a console online for us to use and code on.  Just wondering what to use for java (is java not the same as javascript?)


Title: Re: Please HELP: what is BEST java tutorial / book ??
Post by: emrebey on March 31, 2015, 12:43:17 AM
You can code java in a browser shell? Or do you mean javascript?


If this is in response to my post, I'm brand new to this dude, so I'm not sure.

I took a course in Python, where they put together a console online for us to use and code on.  Just wondering what to use for java (is java not the same as javascript?)

lol, of course not. java != javascript. :)

https://www.java.com/en/download/faq/java_javascript.xml


Title: Re: Please HELP: what is BEST java tutorial / book ??
Post by: arunka71 on March 31, 2015, 06:13:28 PM
In case you ever get far enough to work on a tradebot in java and want to collab, let me know. Thanks!


Title: Re: Please HELP: what is BEST java tutorial / book ??
Post by: freeyourmind on March 31, 2015, 06:20:41 PM
You can code java in a browser shell? Or do you mean javascript?


If this is in response to my post, I'm brand new to this dude, so I'm not sure.

I took a course in Python, where they put together a console online for us to use and code on.  Just wondering what to use for java (is java not the same as javascript?)

lol, of course not. java != javascript. :)

https://www.java.com/en/download/faq/java_javascript.xml

Thanks for putting it kindly, for what now seems like a foolish question that should have been googled :)


Title: Re: Please HELP: what is BEST java tutorial / book ??
Post by: coinpr0n on March 31, 2015, 07:33:20 PM
To really learn how Java works it's probably best to go with books. They will cover all the aspects of the language in detail without missing out on any parts you need to know. I can recommend the Sun Certified Programmer Study Guide and I always hear amazing things about Bruce Eckel's Thinking in Java.