Results 1 to 15 of 15

Thread: Visual Basic - Java

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2009
    Posts
    6

    Question Visual Basic - Java

    Hello

    Please I want to learn a programing language because I have some projects that need to be done.

    Please I am thinking about any of VB or Java, but I do not know what to go for or which one to pick.

    I know that I am a newbie to a place like this forum which is full of many advanced experienced people, and may be a newbie guy like me asking a silly thing, but I hope that you have some patient with me.

    Please I want to know what is the main difference between VB and Java?

    And yes I've goggled before I came here but was not able to find an answer for my question.

    Also I'd like to know what is the main outline for learning programing?

    Thanks and I hope to hear from you

  2. #2
    Fanatic Member modpluz's Avatar
    Join Date
    Sep 2005
    Location
    Lag, NG
    Posts
    633

    Re: Visual Basic - Java

    well, welcome to the forums...

    as to the differences between VB and JAVA, the main thing i can think of ATM is "Object Oriented Programming - OOP".

    "Object-oriented programming (OOP) is a programming paradigm that uses "objects" and their interactions to design applications and computer programs. Programming techniques may include features such as encapsulation, modularity, polymorphism, and inheritance."

    as defined by WikiPedia.
    If you want the rabbit to hop, move the carrot - Paul Kellerman(Prison Break)

    onError GoTo http://vbforums.com



    My Bits:
    VB6: Change Column Name in MS ACCESS

  3. #3
    Raging swede Atheist's Avatar
    Join Date
    Aug 2005
    Location
    Sweden
    Posts
    8,018

    Re: Visual Basic - Java

    Quote Originally Posted by modpluz View Post
    well, welcome to the forums...

    as to the differences between VB and JAVA, the main thing i can think of ATM is "Object Oriented Programming - OOP".

    "Object-oriented programming (OOP) is a programming paradigm that uses "objects" and their interactions to design applications and computer programs. Programming techniques may include features such as encapsulation, modularity, polymorphism, and inheritance."

    as defined by WikiPedia.
    Thats true if we're talking about VB6. VB.NET is a fully object-oriented programming language.
    I dont know what version MGadAllah is refering to, but I cant imagine that it isnt VB.NET.

    To the differences..
    Java and VB.NET are fairly similar. The main difference is that Java is platform independent, in that sense that it only requires that the computer running the java application also has a JVM installed. The same could also be said about VB.NET...theoretically it could be platform independent if the computer running the application has the .NET CLR installed. But thats not the case. Basically VB.NET is for developing applications that'll run on Windows PCs.

    Moreover I just find the rest of the differences to be personal preferences. I myself find the .NET framework better structured, and thus easier to work with, than the Java equivallent.

    Welcome to VBForums, by the way.
    Rate posts that helped you. I do not reply to PM's with coding questions.
    How to Get Your Questions Answered
    Current project: tunaOS
    Me on.. BitBucket, Google Code, Github (pretty empty)

  4. #4
    Fanatic Member modpluz's Avatar
    Join Date
    Sep 2005
    Location
    Lag, NG
    Posts
    633

    Re: Visual Basic - Java

    my bad, i assumed that the OP is talking about VB6, not VB.NET.
    If you want the rabbit to hop, move the carrot - Paul Kellerman(Prison Break)

    onError GoTo http://vbforums.com



    My Bits:
    VB6: Change Column Name in MS ACCESS

  5. #5

    Thread Starter
    New Member
    Join Date
    Apr 2009
    Posts
    6

    Re: Visual Basic - Java

    Thanks for replying guys

    Ok, I will go for VB, but please let me ask if I should start with VB 6 or go directly to 2008 version or go directly to vb.net?

    and regarding my question about outline for learning programing ... what shall I learn 1st as if we are saying what is the elements for the introduction for programing?

    Thanks a lot.

  6. #6
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Visual Basic - Java

    Welcome to the forums.
    Quote Originally Posted by MGadAllah View Post
    but please let me ask if I should start with VB 6 or go directly to 2008 version or go directly to vb.net?
    We are not going to answer this question.

    You are going to answer that question by answering this question:

    You want to learn how to drive a car.

    You have a choice between learning with a brand new Mercedes or learning with a 12 year old Mercedes.

    Which do you pick?

  7. #7

    Thread Starter
    New Member
    Join Date
    Apr 2009
    Posts
    6

    Re: Visual Basic - Java

    Quote Originally Posted by Hack View Post
    Welcome to the forums. We are not going to answer this question.

    You are going to answer that question by answering this question:

    You want to learn how to drive a car.

    You have a choice between learning with a brand new Mercedes or learning with a 12 year old Mercedes.

    Which do you pick?
    Thanks a lot for this amazing fast reply.

    lol ... hahahaha

    Actually (in case I got your point correctly) the answer will depend and vary:

    - pick a Mercedes to learn with easily but you may get some damage which will be costly but again you will learn with too much ease due to the large facilities it has over the old one.

    - pick an old one will do the same job but with some hard way beside no harm at all ... lol.

    So please if I get your point wrong please correct me and tell me the right approach.

  8. #8
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Visual Basic - Java

    Quote Originally Posted by MGadAllah View Post
    Thanks a lot for this amazing fast reply.

    lol ... hahahaha

    Actually (in case I got your point correctly) the answer will depend and vary:

    - pick a Mercedes to learn with easily but you may get some damage which will be costly but again you will learn with too much ease due to the large facilities it has over the old one.

    - pick an old one will do the same job but with some hard way beside no harm at all ... lol.

    So please if I get your point wrong please correct me and tell me the right approach.
    The right approach is to not over think this...out with the old in with the new.

  9. #9

    Thread Starter
    New Member
    Join Date
    Apr 2009
    Posts
    6

    Re: Visual Basic - Java

    Thanks for replying

    Please excuse my poor English as I do not follow or understand quite well your expression :

    Quote Originally Posted by Hack View Post
    out with the old in with the new.

  10. #10
    Raging swede Atheist's Avatar
    Join Date
    Aug 2005
    Location
    Sweden
    Posts
    8,018

    Re: Visual Basic - Java

    Hack means go for VB.NET (2008).
    Unless you have a very good reason to go with VB6 (and the money to purchase a license).
    Rate posts that helped you. I do not reply to PM's with coding questions.
    How to Get Your Questions Answered
    Current project: tunaOS
    Me on.. BitBucket, Google Code, Github (pretty empty)

  11. #11

    Thread Starter
    New Member
    Join Date
    Apr 2009
    Posts
    6

    Re: Visual Basic - Java

    No I do not have a problem to get a license at all.

    I mean is it any good to start with vb6 and then go up towards vb.net.

    That was my point of view
    Last edited by MGadAllah; Apr 22nd, 2009 at 01:37 PM.

  12. #12
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Visual Basic - Java

    Forget VB6 exists....just go with .NET and don't look back.

  13. #13

    Thread Starter
    New Member
    Join Date
    Apr 2009
    Posts
    6

    Re: Visual Basic - Java

    Thanks a lot.

    Guys ... you really saved me a lot of time.

    Please tell me if I should use ebooks or use video tutorials?

  14. #14
    Fanatic Member modpluz's Avatar
    Join Date
    Sep 2005
    Location
    Lag, NG
    Posts
    633

    Re: Visual Basic - Java

    Quote Originally Posted by MGadAllah
    Please tell me if I should use ebooks or use video tutorials?
    that is yours to decide, which best suit you?
    If you want the rabbit to hop, move the carrot - Paul Kellerman(Prison Break)

    onError GoTo http://vbforums.com



    My Bits:
    VB6: Change Column Name in MS ACCESS

  15. #15
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: Visual Basic - Java

    @MGadAllah

    That really depends on how you want to learn. I personally feel that video tutorials are great. Not only do you learn about a topic very quickly, but you also pick up lots of others information like using the IDE and other things.

    There are lots of video tutorials how there that you might want to take a look at:

    http://msdn.microsoft.com/en-us/bb629407.aspx

    There are also lots of companies out there the specialize in creating videos, one that I have used in the past, and found very good are:

    http://www.learnvisualstudio.net/

    Hope that helps!

    Gary

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width