|
-
Nov 24th, 2002, 10:00 PM
#1
Thread Starter
Member
Advantage of C# over Java?
Hi all,
I once read an article claiming that C# was a combination of C++ and Java. I was recently reading the MSDN article on .NET and it does seem that things like type-safe features and access restrictions which have always been there in Java are now in .NET. So what advantage does .NET exactly have over Java? Is it just the pointer manipulation advantage or more?
-
Nov 24th, 2002, 10:48 PM
#2
PowerPoster
I think C# is faster than Java. Also, the Windows.Forms namespace offers a much better UI in my opinion
One last thing, I picked up C# like 15 times faster than I did Java. Java always seemed to clunky. I can't explain it....so don't ask...lol
-
Nov 24th, 2002, 10:53 PM
#3
Thread Starter
Member
Hmmm.
Wonder what MS left out to provide that speed advantage??Security maybe :-)
-
Nov 24th, 2002, 11:11 PM
#4
PowerPoster
I think the security they built in is actually better than with Java. They focused on the security aspect pretty hard. Of course, comparing security would be hard.
-
Nov 24th, 2002, 11:23 PM
#5
Thread Starter
Member
What do you think about the Garbage Collector in .NET??I know that Java's GC is not that good.
-
Nov 24th, 2002, 11:25 PM
#6
Frenzied Member
the speed aspect of .net is cool
.net framework is optimized for different hardware and OS configurations.. where as JVM is the same for all across.
right now .net is pretty slow because the framework is not built into the kernel, when they release the .NET OS's it will go a lot faster.. smoking java out of the water...
as far as security. as hell.. said.. they are going at it pretty hard and so far no complaints as far as security
-
Nov 24th, 2002, 11:25 PM
#7
Frenzied Member
Originally posted by Urvi
What do you think about the Garbage Collector in .NET??I know that Java's GC is not that good.
The garbage collection in .net is best to date
simply put
-
Nov 24th, 2002, 11:49 PM
#8
PowerPoster
Agreed, GC works awesome.
-
Nov 25th, 2002, 01:14 PM
#9
yay gay
welll..there is J# but i cant find an answer for that..why da hell there is a J#? what is the advantage of that? the good point of java is that runs good in all machines but J# would need the framework..
\m/  \m/
-
Nov 25th, 2002, 01:56 PM
#10
Frenzied Member
umm last time i checked java needs jvm to run
samething with j# and .net programs..
j# was created for java programmers so that they have something VERY close to java when converting
-
Nov 25th, 2002, 05:22 PM
#11
yay gay
hmmm yea maybe..anyways...it has some kind of special thing?
c++.net has it advantages, c# has it's advantages and vb.net too..and j#?
\m/  \m/
-
Nov 25th, 2002, 05:28 PM
#12
Frenzied Member
there is no advantages.... they are all the same thing when it boils down.. just depends on which syntax u like
its ALL about syntax
-
Nov 26th, 2002, 02:51 AM
#13
-
Nov 26th, 2002, 05:20 AM
#14
Frenzied Member
nahh its cool
if u dont like using Regex to do ur string replacements in cSharp
borrow the Replace function in vb.net and use it in ur c# app.. tahts COOL
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|