Okay, I'm a total noob to stack overflow so please forgive me if I do something wrong :3.
I am using java EE in eclipse mars and I would like to retrieve a response from a website like Definition Lookup or google dictionary (http://google-dictionary.so8848.com/).
From what I understand I would have to send a request through the URL using a format similar to this google-dictionary.so8848.com/meaning?word="Word to lookup"
What I don't know, or understand is how exactly to go about that, thanks in advance to anyone willing to answer this <3