Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,153,356 members, 7,819,278 topics. Date: Monday, 06 May 2024 at 01:40 PM

Is It Advisable To Learn Java As My First Programming Language? - Programming (6) - Nairaland

Nairaland Forum / Science/Technology / Programming / Is It Advisable To Learn Java As My First Programming Language? (15610 Views)

What Was The First Programming Language You Learned And Why? / Let Learn Java Together / Come Here To Learn Java In Pidgin (2) (3) (4)

(1) (2) (3) (4) (5) (6) (7) (Reply) (Go Down)

Re: Is It Advisable To Learn Java As My First Programming Language? by ClassicMcGee(m): 10:32pm On Jun 17, 2018
bayocanny:

OK bro, am a newbie as well, am aspiring to become a programmer. how do i get started?

Start with HTML, it gives you a feel of accomplishment within a short while. As you'll see the results of your code, which in turns boost your confidence and passion to learn more and dive into the real thing.
Visit w3schools.com or codeacademy.com to get started.
Re: Is It Advisable To Learn Java As My First Programming Language? by bayocanny: 4:17am On Jun 18, 2018
ClassicMcGee:


Start with HTML, it gives you a feel of accomplishment within a short while. As you'll see the results of your code, which in turns boost your confidence and passion to learn more and dive into the real thing.
Visit w3schools.com or codeacademy.com to get started.
thanks bro ,can I have your digits?
Re: Is It Advisable To Learn Java As My First Programming Language? by ClassicMcGee(m): 8:56am On Jun 18, 2018
bayocanny:
thanks bro ,can I have your digits?
0907 2183 197
Re: Is It Advisable To Learn Java As My First Programming Language? by Ayodele951(m): 10:00am On Jun 18, 2018
I started JAVA programming sometime last month, and am pretty amazed how much I can do with it. Just the basics and all. So I don't really know way forward forward from there. I really want to challenged to put all I know into a good use. And I really honored to be among programmers in this forum.
Re: Is It Advisable To Learn Java As My First Programming Language? by sainttobs(m): 3:51pm On Jun 18, 2018
Ayodele951:
I started JAVA programming sometime last month, and am pretty amazed how much I can do with it. Just the basics and all. So I don't really know way forward forward from there. I really want to challenged to put all I know into a good use. And I really honored to be among programmers in this forum.
Java is really good language, I love it. u can move forward by trying to create simple stuffs with it like games and the likes
Re: Is It Advisable To Learn Java As My First Programming Language? by Ayodele951(m): 9:42pm On Jun 18, 2018
sainttobs:

Java is really good language, I love it. u can move forward by trying to create simple stuffs with it like games and the likes

Seriously don't know where to start with build games. Any hint. Please.
Re: Is It Advisable To Learn Java As My First Programming Language? by sainttobs(m): 10:21pm On Jun 18, 2018
Ayodele951:


Seriously don't know where to start with build games. Any hint. Please.
You can create a simple guessing game making use of the java.util.random class and for loops. with a few lines of code you can create a very simple game. You can generate random numbers within a limit and have the user guess the number generated. If you want to test your skills further you can also create a CGPA calculator. Just try and have fun testing your newly acquired skill.
Re: Is It Advisable To Learn Java As My First Programming Language? by Ayodele951(m): 2:10am On Jun 19, 2018
sainttobs:

You can create a simple guessing game making use of the java.util.random class and for loops. with a few lines of code you can create a very simple game. You can generate random numbers within a limit and have the user guess the number generated. If you want to test your skills further you can also create a CGPA calculator. Just try and have fun testing your newly acquired skill.

Okay. Thanks. Should I make it console based or application based.
Re: Is It Advisable To Learn Java As My First Programming Language? by sainttobs(m): 1:49pm On Jun 19, 2018
Ayodele951:


Okay. Thanks. Should I make it console based or application based.
You can just make it a simple text based game. If you want to create a GUI(graphic user interface) for the game you'll need to learn JavaFX. But for now just make it text-based.
Re: Is It Advisable To Learn Java As My First Programming Language? by Ayodele951(m): 7:52pm On Jun 19, 2018
sainttobs:
You can just make it a simple text based game. If you want to create a GUI(graphic user interface) for the game you'll need to learn JavaFX. But for now just make it text-based.

Okay. I will do that. But have also created text based Unit converter, currency converter, a hotel management system and so on.
Re: Is It Advisable To Learn Java As My First Programming Language? by ClassicMcGee(m): 9:03pm On Jun 19, 2018
Ayodele951:


Okay. I will do that. But have also created text based Unit converter, currency converter, a hotel management system and so on.

impressive i must say!
Re: Is It Advisable To Learn Java As My First Programming Language? by sainttobs(m): 11:33pm On Jun 19, 2018
Ayodele951:


Okay. I will do that. But have also created text based Unit converter, currency converter, a hotel management system and so on.
impressive work, then you must already know how to use a mysql database with java (for the hotel management system)
Re: Is It Advisable To Learn Java As My First Programming Language? by Ayodele951(m): 12:10am On Jun 20, 2018
sainttobs:

impressive work, then you must already know how to use a mysql database with java (for the hotel management system)

Don't know how to use MySQL database yet. I just a console based text code for the hotel management system not a GUI. But would love to if you can put me through it. Thanks.
Re: Is It Advisable To Learn Java As My First Programming Language? by Ayodele951(m): 12:11am On Jun 20, 2018
ClassicMcGee:


impressive i must say!

Thanks. But I'm still learning.
Re: Is It Advisable To Learn Java As My First Programming Language? by sainttobs(m): 2:20am On Jun 20, 2018
Ayodele951:


Don't know how to use MySQL database yet. I just a console based text code for the hotel management system not a GUI. But would love to if you can put me through it. Thanks.
No problem, you'll use JavaFX for the GUI. Although writing JavaFX is like XML you can use Scene Builder to drag and drop the GUI components. If you want to learn how to use the GUI tell me so I can share some of my codes on GitHub with steps for you to follow.
Re: Is It Advisable To Learn Java As My First Programming Language? by ClassicMcGee(m): 10:09am On Jun 20, 2018
Ayodele951:

Thanks. But I'm still learning.
What resources do you use, bro?
Re: Is It Advisable To Learn Java As My First Programming Language? by tonyxrated(m): 11:32am On Jun 20, 2018
sainttobs:

No problem, you'll use JavaFX for the GUI. Although writing JavaFX is like XML you can use Scene Builder to drag and drop the GUI components. If you want to learn how to use the GUI tell me so I can share some of my codes on GitHub with steps for you to follow.

Hello Javagurus, I'm also new to Java programming, I'm currently using netbeans IDE for my developing environment, can i use it to build a javaFX GUI?
Re: Is It Advisable To Learn Java As My First Programming Language? by Ayodele951(m): 3:32pm On Jun 20, 2018
sainttobs:

No problem, you'll use JavaFX for the GUI. Although writing JavaFX is like XML you can use Scene Builder to drag and drop the GUI components. If you want to learn how to use the GUI tell me so I can share some of my codes on GitHub with steps for you to follow.

Please I would love to.
Re: Is It Advisable To Learn Java As My First Programming Language? by Ayodele951(m): 3:33pm On Jun 20, 2018
ClassicMcGee:


What resources do you use, bro?

I watch videos on YouTube and download some PDF. Or do you have some better resources.?.
Re: Is It Advisable To Learn Java As My First Programming Language? by sainttobs(m): 6:31pm On Jun 20, 2018
tonyxrated:


Hello Javagurus, I'm also new to Java programming, I'm currently using netbeans IDE for my developing environment, can i use it to build a javaFX GUI?
yes you can use netbeans to build a JavaFX GUI app, although i use eclipse IDE. either of the two is ok, or you can also try intelliJ IDEA.

1 Like

Re: Is It Advisable To Learn Java As My First Programming Language? by GreatAchiever1: 8:46am On Jun 21, 2018
Ayodele951:


I watch videos on YouTube and download some PDF. Or do you have some better resources.?.

Trust me bro, there is no resource better dan that
Re: Is It Advisable To Learn Java As My First Programming Language? by ClassicMcGee(m): 10:34am On Jun 21, 2018
GreatAchiever1:

Trust me bro, there is resource better dan that
Re: Is It Advisable To Learn Java As My First Programming Language? by Ayodele951(m): 10:56am On Jun 21, 2018
GreatAchiever1:


Trust me bro, there is resource better dan that

Share with me please. embarassed
Re: Is It Advisable To Learn Java As My First Programming Language? by sainttobs(m): 12:57am On Jun 22, 2018
Ayodele951:


Please I would love to.
First thing you need to is set up JAvaFX on your IDE. You can check some online resources if you are stuck or you can ask me. After that you will need to download Scenebuilder here https://gluonhq.com/products/scene-builder/ I'll share links to my code on github later.
Re: Is It Advisable To Learn Java As My First Programming Language? by GreatAchiever1: 6:40am On Jun 22, 2018
Ayodele951:


Share with me please. embarassed

Sorry bro... I meant to say there is no resources better dan dat, i made a typo.
Re: Is It Advisable To Learn Java As My First Programming Language? by Ayodele951(m): 8:24am On Jun 22, 2018
GreatAchiever1:


Sorry bro... I meant to say there is no resources better dan dat, i made a typo.

Alrright. Thanks.
Re: Is It Advisable To Learn Java As My First Programming Language? by Ayodele951(m): 8:28am On Jun 22, 2018
sainttobs:

First thing you need to is set up JAvaFX on your IDE. You can check some online resources if you are stuck or you can ask me. After that you will need to download Scenebuilder here https://gluonhq.com/products/scene-builder/ I'll share links to my code on github later.

Okay. Will set it up today. Thanks very much.
Re: Is It Advisable To Learn Java As My First Programming Language? by ClassicMcGee(m): 8:53am On Jun 22, 2018
Ayodele951:

Okay. Will set it up today. Thanks very much.



How long have you been learning?
Re: Is It Advisable To Learn Java As My First Programming Language? by GreatAchiever1: 8:55am On Jun 22, 2018
Yo, op... Lets create an all beginner programming language whatsapp group... Are you down for it??
Re: Is It Advisable To Learn Java As My First Programming Language? by sainttobs(m): 10:23am On Jun 22, 2018
GreatAchiever1:
Yo, op... Lets create an all beginner programming language whatsapp group... Are you down for it??
or better still let's create a slack workspace. Slack is what most programming groups use
Re: Is It Advisable To Learn Java As My First Programming Language? by GreatAchiever1: 11:38am On Jun 22, 2018
sainttobs:

or better still let's create a slack workspace. Slack is what most programming groups use

Thanks buh i think whatsapp is better for some dat wanna conserve mb.
But den again we fit do both.
Re: Is It Advisable To Learn Java As My First Programming Language? by ClassicMcGee(m): 1:09pm On Jun 22, 2018
GreatAchiever1:
Yo, op... Lets create an all beginner programming language whatsapp group... Are you down for it??



nice!

we could use a nairaland thread too, maybe the mods could be graceful enough to help us pin it.

so all beginners on nairaland could just walk in and learn something new, drop their issues, projects and others.

we have pros here too that can help when the going gets tough and we need a pat on the back. And help profer solutions and at worse clues when we get stuck.

All under the watchful eyes of seun and his crew.

We could use the both bro, what do you think? grin

(1) (2) (3) (4) (5) (6) (7) (Reply)

Eyeopener: Aspiring Nigerian Game/App Developers Should Read This / The Top 25 Global Finalist For NASA Space App: A Nairalander Represents Nigeria / Lets Learn C# Here!(study Group For Beginners)

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 49
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.