Closed Thread
Page 11 of 31 FirstFirst ... 91011121321 ... LastLast
Results 101 to 110 of 301

Thread: Contest: C# vs. Java vs. Visual Basic

  1. #101
    BackSlash is offline Newbie
    Join Date
    Feb 2008
    Posts
    12
    Rep Power
    0
    C# all they way... as soon as you let go and let Microsoft take over your life, you notice that it has become a lot easier to program. I love java because of its portability, but it lacks in performance, and visual basic just feels well to basic to me. The .Net Library is pretty cool, although I don't believe in Microsofts way of doing buisness. But at least they arn't Apple.

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #102
    Join Date
    Oct 2007
    Posts
    538
    Rep Power
    21
    Quote Originally Posted by BackSlash View Post
    I love java because of its portability, but it lacks in performance
    Not sure how you can make this claim and support C#. Part of the .Net EULA is that you aren't allowed to benchmark it. As a result we have no meaningful studies into it's performance. .Net programs start quicker than Java but that is not the same as performance*. In essence, don't trust everything people tell you. MS have intentionally done this because they know people will look at the start up speed and assume, with no real benchmarks to go on, it means C# is more efficient.

    Now Java does allow benchmarking and out of the VM/JIT language implementations out there that have been benchmarked it is comfortably the most performant. Java actually does better than a lot of native compilers (performs at about par with D). If you want performance you'd use C or C++ in any case. In the vast majority of cases it isn't performance that is the issue though.

    *.Net starts quicker mainly because it's security checks aren't as strong as Java's. The main use of Java right now is in the server room and security is vital.

  4. #103
    jacky is offline Newbie
    Join Date
    Feb 2008
    Posts
    2
    Rep Power
    0
    I prefer VB than others because it is easy to understand & it graphical user interface

  5. #104
    BackSlash is offline Newbie
    Join Date
    Feb 2008
    Posts
    12
    Rep Power
    0
    Yes Java is the best when it comes to languages ran in a VM but it is also very slow, anything that I have written in java that uses GUI tends to be very slow in comparison to C++ or C# and that is what I mean by performance. Also are you claming that just because the EULA prohibits benchmarking of the language that people haven't done it?

  6. #105
    Join Date
    Mar 2008
    Posts
    7,145
    Rep Power
    86

    Re: Contest: C# vs. Java vs. Visual Basic

    I like Visual Basic because I know where theres a lot of resources for it, and its really easy to learn.

  7. #106
    Join Date
    Oct 2007
    Posts
    538
    Rep Power
    21

    Re: Contest: C# vs. Java vs. Visual Basic

    Quote Originally Posted by BackSlash View Post
    Yes Java is the best when it comes to languages ran in a VM but it is also very slow, anything that I have written in java that uses GUI tends to be very slow in comparison to C++ or C# and that is what I mean by performance. Also are you claming that just because the EULA prohibits benchmarking of the language that people haven't done it?
    I claim only that there is no trustworthy evidence. C# is run in a VM so compares to Java. C++ of course is usually ran natively and beats them of course with a decent compiler.

  8. #107
    Join Date
    Aug 2006
    Posts
    11,209
    Blog Entries
    6
    Rep Power
    101

    Re: Contest: C# vs. Java vs. Visual Basic

    I used to like, and still like a little VB but now I'm experimenting C#, and before starting I was a little skeptic, but now I like it much more... it combines my VB and Pascal knowledge into one language, so for me as I know Pascal and VB, it is quite simple to understand this language more and I know it is much more powerful, so ATM I'm quite happy with it... After this I would love to experiment a little with Java.

  9. #108
    8gigabytes is offline Newbie
    Join Date
    May 2008
    Posts
    1
    Rep Power
    0

    Re: Contest: C# vs. Java vs. Visual Basic

    Pick visual basic if you are a beginner. commands in vb is easier to learn.

  10. #109
    Join Date
    Mar 2008
    Posts
    7,145
    Rep Power
    86

    Re: Contest: C# vs. Java vs. Visual Basic

    But a beginner could easily learn C# just as easily as VB i think.

  11. #110
    Join Date
    Oct 2007
    Posts
    538
    Rep Power
    21

    Re: Contest: C# vs. Java vs. Visual Basic

    Quote Originally Posted by chili5 View Post
    But a beginner could easily learn C# just as easily as VB i think.
    Same language they only have different syntax.

Closed Thread
Page 11 of 31 FirstFirst ... 91011121321 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Translating a Visual Basic program to Java
    By bloodchains in forum Java Help
    Replies: 4
    Last Post: 10-01-2011, 10:11 AM
  2. Visual Basic Assighment Help. (Translating pseudocode to visual basic)
    By Adolf B in forum Visual Basic Programming
    Replies: 1
    Last Post: 03-18-2011, 09:16 PM
  3. Few questions on Visual studio ultimate 2010 and visual basic
    By Steamsteam in forum Visual Basic Programming
    Replies: 0
    Last Post: 10-26-2010, 05:14 PM
  4. Visual Basic 2008 vs. Visual Basic 2005 - Compatibility
    By cande_300 in forum Visual Basic Programming
    Replies: 1
    Last Post: 01-23-2010, 09:00 AM
  5. Creating a Class in Visual Studios.Net (Visual Basic Section)
    By dream in forum Visual Basic Programming
    Replies: 11
    Last Post: 05-12-2008, 12:47 PM

Tags for this Thread

Bookmarks

Posting Permissions

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