Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / NewStats: 3,207,528 members, 7,999,346 topics. Date: Monday, 11 November 2024 at 04:13 AM |
Nairaland Forum / Science/Technology / Programming / Is It Advisable To Learn Java As My First Programming Language? (16524 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: 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: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: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: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: 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: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: 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: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: 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: 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: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: 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: 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: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: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: 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: 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: 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: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: 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: |
Re: Is It Advisable To Learn Java As My First Programming Language? by Ayodele951(m): 10:56am On Jun 21, 2018 |
GreatAchiever1: Share with me please. |
Re: Is It Advisable To Learn Java As My First Programming Language? by sainttobs(m): 12:57am On Jun 22, 2018 |
Ayodele951: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: 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: Alrright. Thanks. |
Re: Is It Advisable To Learn Java As My First Programming Language? by Ayodele951(m): 8:28am On Jun 22, 2018 |
sainttobs: 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 |
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: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: 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: 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? |
(1) (2) (3) (4) (5) (6) (7) (Reply)
Funny Source Code Comments / Microsoft To Retire Internet Explorer: Will You Miss It? / Programming Investment- Stutern
(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. 47 |