Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,161,616 members, 7,847,574 topics. Date: Saturday, 01 June 2024 at 09:09 PM

I Need Help On Java - Programming - Nairaland

Nairaland Forum / Science/Technology / Programming / I Need Help On Java (5779 Views)

Has The Sun Set On Java? / Question on Java Development / I Need Suggestion On Java Library To Extract Similar Topics (2) (3) (4)

(1) (2) (Reply) (Go Down)

I Need Help On Java by babajeje123(m): 5:29am On Dec 09, 2016
I want to learn java. Can you please recommend ebooks I can use? Thanks
Re: I Need Help On Java by Whytelyon(m): 10:15am On Dec 09, 2016

Java for dummies

Thinking in java.

Go on YouTube as well.


Re: I Need Help On Java by Dreadlord: 10:47am On Dec 09, 2016
Dietel and Dietel. Java how to program. You can get at allitebook.
Re: I Need Help On Java by abdulwahabO: 12:11pm On Dec 09, 2016
babajeje123:
I want to learn java. Can you please recommend ebooks I can use? Thanks

+10. The Deitel book is very good. Also look into Java: a beginner's guide by Herbert Schildt and Java: the complete reference by the same author. But the most important thing you will need is patience and perseverance
Re: I Need Help On Java by babajeje123(m): 1:22pm On Dec 09, 2016
Thanks to you all. Please, what compiler do I need to run the program?
Re: I Need Help On Java by Whytelyon(m): 5:17pm On Dec 09, 2016
babajeje123:
Thanks to you all. Please, what compiler do I need to run the program?



Netbeans, Eclipse, IBM Rational or you compile directly from command line using the sdk.
Re: I Need Help On Java by babajeje123(m): 8:50pm On Dec 14, 2016
Whytelyon:




Netbeans, Eclipse, IBM Rational or you compile directly from command line using the sdk.
Thank you. I have downloaded Eclipse but I can't see where I'll be compiling. Could you please identify what I need to do from the file attached?

Re: I Need Help On Java by Whytelyon(m): 8:56pm On Dec 14, 2016
babajeje123:

Thank you. I have downloaded Eclipse but I can't see where I'll be compiling. Could you please identify what I need to do from the file attached?


File > New Project> New Java Class

you know what to do from there , or go to youtube, if this is still very confusing.


Re: I Need Help On Java by babajeje123(m): 9:52pm On Dec 14, 2016
Whytelyon:



File > New Project> New Java Class

you know what to do from there , or go to youtube, if this is still very confusing.


Got it. Thanks
Re: I Need Help On Java by abdulwahabO: 2:07pm On Dec 15, 2016
You jumped straight to an IDE? I don't think that's a good idea, it will help you to learn how to compile and run programs on the command line and using just Notepad++ to write code.

1 Like

Re: I Need Help On Java by babajeje123(m): 5:18pm On Dec 16, 2016
abdulwahabO:
You jumped straight to an IDE? I don't think that's a good idea, it will help you to learn how to compile and run programs on the command line and using just Notepad++ to write code.
So, what do you suggest? I am really making headway o. smiley
Re: I Need Help On Java by abdulwahabO: 8:05pm On Dec 16, 2016
Do what you want, but trust me if you rush forward it will come back to bite you later, make sure you understand the basics, learning how to program is a marathon and not a 100 metre dash.
Re: I Need Help On Java by onedayatime(m): 10:11pm On Dec 16, 2016
abdulwahabO:
You jumped straight to an IDE? I don't think that's a good idea, it will help you to learn how to compile and run programs on the command line and using just Notepad++ to write code.
because he dosent start with CLI mean he is not going to come good in java? Keep deceiving yourself
Re: I Need Help On Java by abdulwahabO: 12:11am On Dec 17, 2016
onedayatime:

because he dosent start with CLI mean he is not going to come good in java? Keep deceiving yourself

Can you even read?
Re: I Need Help On Java by babajeje123(m): 2:36am On Dec 17, 2016
abdulwahabO:
Do what you want, but trust me if you rush forward it will come back to bite you later, make sure you understand the basics, learning how to program is a marathon and not a 100 metre dash.
Don't be too negative. What is your advice?
Re: I Need Help On Java by onedayatime(m): 8:23pm On Dec 17, 2016
abdulwahabO:


Can you even read?

am sorry for you if you don't get my msg. How many companies in this planet earth will ask you to run from CLI in this present age?
Re: I Need Help On Java by onedayatime(m): 8:32pm On Dec 17, 2016
babajeje123:

Don't be too negative. What is your advice?
if I were you, I will keep on learning without digesting all advice. there are two kinds of people who fail. those who take all advice and those who don't.

Do away with all hindrances, learn, be determined, concentrate, and finally, the only way to learn is to keep practicing what you were told. And finally, don't start with what you can do or learn later

2 Likes

Re: I Need Help On Java by abdulwahabO: 9:59pm On Dec 17, 2016
Chai! Ok
Re: I Need Help On Java by babajeje123(m): 5:08pm On Dec 18, 2016
abdulwahabO:
Chai! Ok
You can discourage o. It is not a good trait. I asked for your own opinion only to say chai like Patience Jonathan.
Re: I Need Help On Java by abdulwahabO: 5:55pm On Dec 18, 2016
babajeje123:

You can discourage o. It is not a good trait. I asked for your own opinion only to say chai like Patience Jonathan.

Please don't be discouraged, if you want my opinion read my old posts I have been giving it, am leaving the thread, goodluck with your journey into Java.
Re: I Need Help On Java by Djtush(m): 10:30pm On Dec 18, 2016
I am on the journey, I use cmd not eclipse or netbean
1) I see how my .java code is transformed to .class/bytecode and how it runs
2) its fun working with cmd. u actually feel like a programmer
3) I easily see my mistakes.. u know java is case sensitive
4) it helps me know the code offhand.. with eclipse it gives u option so not doesn't really drill u

only use eclipse when u actually have a big or heavy program to run

3 Likes

Re: I Need Help On Java by abdulwahabO: 1:29am On Dec 19, 2016
Djtush:
I am on the journey, I use cmd not eclipse or netbean
1) I see how my .java code is transformed to .class/bytecode and how it runs
2) its fun working with cmd. u actually feel like a programmer
3) I easily see my mistakes.. u know java is case sensitive
4) it helps me know the code offhand.. with eclipse it gives u option so not doesn't really drill u

only use eclipse when u actually have a big or heavy program to run

You have the right attitude, goodluck.
Re: I Need Help On Java by babajeje123(m): 7:33pm On Dec 19, 2016
Djtush:
I am on the journey, I use cmd not eclipse or netbean
1) I see how my .java code is transformed to .class/bytecode and how it runs
2) its fun working with cmd. u actually feel like a programmer
3) I easily see my mistakes.. u know java is case sensitive
4) it helps me know the code offhand.. with eclipse it gives u option so not doesn't really drill u

only use eclipse when u actually have a big or heavy program to run
Could you help me on how to run your code in CLI/CMD?
Re: I Need Help On Java by Whytelyon(m): 8:51am On Dec 20, 2016

Hmm,

So, djtush, and abdulwahabO,when you are in clients side and they give you projects that is meant to take you about a week to conclude, you'd use command line? Isn't it? Very good, how do you deal with intellisense,auto complete, and modules? How do you use previously used methods in your program in java?

Re: I Need Help On Java by abdulwahabO: 11:20am On Dec 20, 2016
Whytelyon:

Hmm,

So, djtush, and abdulwahabO,when you are in clients side and they give you projects that is meant to take you about a week to conclude, you'd use command line? Isn't it? Very good, how do you deal with intellisense,auto complete, and modules? How do you use previously used methods in your program in java?


.. I said he should START from command line as beginner, it will teach him a lot of good habits and really help him remember how things work. After a month or two then move to an IDE. do you people even read posts before replying to them?

Code completion, intellisense, blah blah are of no use to a novice, his goal should be to learn how to program.

What kind of Java programmer can't compile and run small programs from a cli?.

Did you just mention client jobs ?, OP can't even compile and run a program, getting a job is the least of his problems right now.

1 Like

Re: I Need Help On Java by Whytelyon(m): 1:53pm On Dec 20, 2016
abdulwahabO:


.. I said he should START from command line as beginner, it will teach him a lot of good habits and really help him remember how things work. After a month or two then move to an IDE. do you people even read posts before replying to them?

Code completion, intellisense, blah blah are of no use to a novice, his goal should be to learn how to program.

What kind of Java programmer can't compile and run small programs from a cli?.

Did you just mention client jobs ?, OP can't even compile and run a program, getting a job is the least of his problems right now.



If he chooses to compile on IDE and familiarise with it,fine, if he chooses cmd, its ok. When I went to aptech, I learnt with netbeans ide, although I dropped java and went back to C later on.

And pls we are not fighting are we? I asked a question,if you obviously don't know how to reply people, go and learn. You obviously not talking to a novice in programming industry. I don't even know what's wrong with you.
Re: I Need Help On Java by abdulwahabO: 3:12pm On Dec 20, 2016
Whytelyon:



If he chooses to compile on IDE and familiarise with it,fine, if he chooses cmd, its ok. When I went to aptech, I learnt with netbeans ide, although I dropped java and went back to C later on.

And pls we are not fighting are we? I asked a question,if you obviously don't know how to reply people, go and learn. You obviously not talking to a novice in programming industry. I don't even know what's wrong with you.

Sorry Linus Torvalds , I didn't know it was you grin
Re: I Need Help On Java by Whytelyon(m): 5:59pm On Dec 20, 2016
abdulwahabO:


Sorry Linus Torvalds , I didn't know it was you grin


Now you know,why not shut your toilet. Dumb skull. Always looking for people to insult when they clearly don't know anything.

If you feel like you want to advise people, render advise and keep shut. I've taught several things on Nairaland with ma other moniker, and I'm super proud of it. He wants to make fun, when it's few java for dummies you know....grin go and learn. olodo,you don't know how to talk.

Re: I Need Help On Java by abdulwahabO: 6:16pm On Dec 20, 2016
Whytelyon:



Now you know,why not shut your toilet. Dumb skull. Always looking for people to insult when they clearly don't know anything.

If you feel like you want to advise people, render advise and keep shut. I've taught several things on Nairaland with ma other moniker, and I'm super proud of it. He wants to make fun, when it's few java for dummies you know....grin go and learn. olodo,you don't know how to talk.


The Linus Torvalds jibe really got to you then grin grin
Re: I Need Help On Java by babajeje123(m): 10:47am On Jan 16, 2017
Djtush:
I am on the journey, I use cmd not eclipse or netbean
1) I see how my .java code is transformed to .class/bytecode and how it runs
2) its fun working with cmd. u actually feel like a programmer
3) I easily see my mistakes.. u know java is case sensitive
4) it helps me know the code offhand.. with eclipse it gives u option so not doesn't really drill u

only use eclipse when u actually have a big or heavy program to run
How far have you gone about java? Can we share ideas?
Re: I Need Help On Java by babajeje123(m): 10:49am On Jan 16, 2017
Djtush:
I am on the journey, I use cmd not eclipse or netbean
1) I see how my .java code is transformed to .class/bytecode and how it runs
2) its fun working with cmd. u actually feel like a programmer
3) I easily see my mistakes.. u know java is case sensitive
4) it helps me know the code offhand.. with eclipse it gives u option so not doesn't really drill u

only use eclipse when u actually have a big or heavy program to run
How far about java you were learning? You still on it? Can we share ideas?
Re: I Need Help On Java by seunny4lif(m): 8:01pm On Jan 16, 2017
I started with normal command line too
My mentor told me to start with Cmd
But now am using Eclipse and am finding it hard to use cos it's easy to operate grin

(1) (2) (Reply)

Android App Developers Charges / How Long Did It Take U'all To Learn Programming? 10 Years? / .

(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. 45
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.