Recent content by buckyaustin

  1. B

    [Tutorial] Learn Java Programming

    Welcome to buckyaustin?s Java tutorial. In this tutorial I will be discussing SDLC, this will just be an introduction. Too many tutorials, lectures just jump right into this and don?t give an introduction. By doing this you don?t learn how SDLC can benefit you or your project. What is SDLC...
  2. B

    [Tutorial] Learn Java Programming

    OK brilliant, a question. Case and break are necessary, otherwise when the condition is true and the code is run, the switch doesn't just exit, it runs every other case below that. Some people do this on purpose in their programs, but that is bad practice so I won't be explaining why. This...
  3. B

    [Tutorial] Learn Java Programming

    Well that's great, you should I know a few people on here that would appreciate that. Will be looking forward to see your aproach. Good luck.
  4. B

    [Tutorial] Learn Java Programming

    I would recommend that book as well, but not for an absolute beginner. I know all them books are designed for beginners but it is hard for some one who knows quite a bit to start at the basics again. After reading tutorials, watching videos then jump into a book. But nothing beats practice...
  5. B

    [Tutorial] Learn Java Programming

    No but thank you for considering me to be as good as a man with years upon years experience, in teaching and working in the industry. I'm only beginning to work in the industry. But thank you so much. By the way since you commented on this post, I think that I will revive it and finish off...
  6. B

    [Tutorial] Learn Java Programming

    Thanks guys, I do actually get the jokes, but I really don't want anyone here to try and use what I am teaching to get jobs, I want the readers to make there own ways, I just hope to help them through that path.
  7. B

    What are your thoughts on Java?

    Well my opinion on this matter is that if your are "nearly finished" Java is that you should keep on trucking with it. I don't see how you could be nearly finished. You will never be nearly finished unless you spend your whole time reading the API which should take a couple of years lol. Keep...
  8. B

    [Tutorial] Learn Java Programming

    Thanks for your kind words man, yeah were bro's me and Brendan. He was told to join BHW, and he informed me of how good BHW was. I hope people are noticing that this is process of creating a fully working program from the beginning to the finish. All explained. I am also trying to push it in a...
  9. B

    [Tutorial] Learn Java Programming

    Variables and Conditional Statments I know I promised an introduction to OO programming in the last post, but that seems to be too much too fast, I believe that the fundamentals would be more important in this stage. Welcome to my second post about learning java. So what is a variable? Well a...
  10. B

    [Tutorial] Learn Java Programming

    I use the white theme of BHW it makes all posts have a higher contrast, meaning I can read the posts, all posts more rapidly. But yeah I'll check the original post in various themes to see the problems, that seems to be the best solution so far thank you.
  11. B

    [Tutorial] Learn Java Programming

    Thank you, actually it's brown lol same thing thou, not readable
  12. B

    [Tutorial] Learn Java Programming

    Thank you so much. I'll try to correct it now.
Back
Top