Bitcoin Forum
May 06, 2024, 09:07:36 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Please HELP: what is BEST java tutorial / book ??  (Read 1437 times)
sgb2015 (OP)
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
March 25, 2015, 07:01:53 PM
 #1

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 Huh

tnx;)
1715029656
Hero Member
*
Offline Offline

Posts: 1715029656

View Profile Personal Message (Offline)

Ignore
1715029656
Reply with quote  #2

1715029656
Report to moderator
1715029656
Hero Member
*
Offline Offline

Posts: 1715029656

View Profile Personal Message (Offline)

Ignore
1715029656
Reply with quote  #2

1715029656
Report to moderator
1715029656
Hero Member
*
Offline Offline

Posts: 1715029656

View Profile Personal Message (Offline)

Ignore
1715029656
Reply with quote  #2

1715029656
Report to moderator
"With e-currency based on cryptographic proof, without the need to trust a third party middleman, money can be secure and transactions effortless." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
arunka71
Sr. Member
****
Offline Offline

Activity: 410
Merit: 257


View Profile
March 25, 2015, 10:57:03 PM
 #2

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.

S4VV4S
Hero Member
*****
Offline Offline

Activity: 1582
Merit: 502


View Profile
March 26, 2015, 07:46:01 AM
 #3

These are good tuts: http://www.lynda.com/search?q=JAVA
Jeremycoin
Legendary
*
Offline Offline

Activity: 1022
Merit: 1003


𝓗𝓞𝓓𝓛


View Profile
March 26, 2015, 08:36:47 AM
 #4

I interested to follow this thread
Because I want to know the answer Smiley

faucet used to be profitable
majeis
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250


View Profile
March 28, 2015, 04:17:51 AM
 #5

This is always a good resource:

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

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


▄▄▄████████▄▄▄
▄██████████████████▄
▄██████████████████████▄
██████████████████████████
████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
████████████████████████████
██████████████████████████
▀██████████████████████▀
▀██████████████████▀
▀▀▀████████▀▀▀
   ███████
██████████
██████████
██████████
██████████
██████████
██████████
██████████
██████████
██████████
██████████
██████████
███████
BTC  ◉PLAY  ◉XMR  ◉DOGE  ◉STRAT  ◉ETH  ◉GRC  ◉LTC  ◉DASH  ◉PPC
     ▄▄██████████████▄▄
  ▄██████████████████████▄        █████
▄██████████████████████████▄      █████
████ ▄▄▄▄▄ ▄▄▄▄▄▄ ▄▄▄▄▄ ████     ▄██▀
████ █████ ██████ █████ ████    ▄██▀
████ █████ ██████ █████ ████    ██▀
████ █████ ██████ █████ ████    ██
████ ▀▀▀▀▀ ▀▀▀▀▀▀ ▀▀▀▀▀ ████ ▄██████▄
████████████████████████████ ████████
███████▀            ▀███████ ▀██████▀
█████▀                ▀█████
▀██████████████████████████▀
  ▀▀████████████████████▀▀ 
DICE           
BLACKJACK
PLINKO       
VIDEO POKER
ROULETTE     
LOTTO            
freeyourmind
Sr. Member
****
Offline Offline

Activity: 364
Merit: 252



View Profile
March 30, 2015, 05:23:17 AM
 #6

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?
emrebey
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250


View Profile
March 30, 2015, 12:39:42 PM
 #7

I think you should learn python. it's easy to read, understand, use. that's the choice of language for newcomers to programming era.
Rude Boy
Hero Member
*****
Offline Offline

Activity: 770
Merit: 500


View Profile
March 30, 2015, 12:44:22 PM
 #8

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
erikalui
Legendary
*
Offline Offline

Activity: 2632
Merit: 1094



View Profile WWW
March 30, 2015, 01:24:44 PM
 #9

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

arunka71
Sr. Member
****
Offline Offline

Activity: 410
Merit: 257


View Profile
March 30, 2015, 08:10:10 PM
 #10

You can code java in a browser shell? Or do you mean javascript?
freeyourmind
Sr. Member
****
Offline Offline

Activity: 364
Merit: 252



View Profile
March 30, 2015, 09:55:14 PM
 #11

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?)
emrebey
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250


View Profile
March 31, 2015, 12:43:17 AM
 #12

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. Smiley

https://www.java.com/en/download/faq/java_javascript.xml
arunka71
Sr. Member
****
Offline Offline

Activity: 410
Merit: 257


View Profile
March 31, 2015, 06:13:28 PM
 #13

In case you ever get far enough to work on a tradebot in java and want to collab, let me know. Thanks!
freeyourmind
Sr. Member
****
Offline Offline

Activity: 364
Merit: 252



View Profile
March 31, 2015, 06:20:41 PM
 #14

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. Smiley

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 Smiley
coinpr0n
Hero Member
*****
Offline Offline

Activity: 910
Merit: 1000



View Profile
March 31, 2015, 07:33:20 PM
 #15

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.

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!