C# From a Java Developer's Perspective
Microsoft's C# has raised eyebrows, interest and debate since its official announcement last year. The prolific Carnage4Life (Dare Obasanjo) has completed a detailed comparison of C# and Java, outlining the things that are identical, similar, nearly the same, or completely different between the two languages. If you're considering learning or applying either one, you might benefit by reading this paper first. There are some other excellent comparisons to be found linked from the Open Directory Project as well. Update: 11/20 03:35 GMT by T : Note: here's a mirror; interested readers who mirror the mirror get good seats in heaven.
There is a good, clean quick overview of C# here. The also do some comparison of C# to Java.
--
FearLinux.com
that Carnage4Life, the slashdotter's slashdotter, couldn't anticipate and survive a slashdotting?
[o]_O
Disregarding the fact that Java and C# are both "closed" languages controlled by large corporate entities with their own self-interests in mind, they both do an admirable job of bridging the gap between general purpose scripting languages and C++. Having used C# and Java on Win32 extensively in the past year, I have become accustomed to the automatic garbage collection, quick execution speed, and logically consistent design of both languages. The Windows compilers / runtime engines for both languages are quite amazing, and something for the fledgling gcj to aspire to.
.net (which is good for MS-only developers and bad for multiplatform programmers like myself), I'd have to pick Java if it was up to me just because of its sheer elegance. It seems like Sun did a better job designing a general-purpose language (applet "security" extensions aside), and Microsoft just tried to copy Java but add in proprietary extensions to hook C# into Windows. Thus, some of the C# features seem to be "bolted on", whereas most of Java came across as being very natural to me.
Although C# does deliver superior integration with Windows and
Just my 2c...
~wally
An observation that I respect and agree with. But there are already many, many people coding websited in ASP/COM/SqlServer.
They have already sold their souls, and have nothing to lose.
# (/.);;
- : float -> float -> float =
yeah, let's give Sun a chance since we already know how bad Microsoft is. I'm up for a change of pace, you?
"Anyone who stands out in the middle of a road looks like roadkill to me." --Linus
I spend most of my time in the Java world (I have written 5 Java books, the latest of J2EE, and almost all of my consulting is done with Java.)
That said, C# and Visual Studio.Net are very cool.
Since Java is not my language of choice (hey, I would use Common LISP more if there were more consulting jobs requiring LISP!), I would not be too bothered if I had to use C# and the .Net stuff.
Really, what really matters is finding interesting jobs to do, not the development platform.
I also have high-hopes for interop between the Java J2EE world and .Net using SOAP. (I am working on SOAP support for Common LISP in my spare time so Lis can play nice with .Net and J2EE.)
Best regards,
Mark Watson
Unlike what the article says, Java does have a byte keyword.
Seriously though, have you? From your vague, unsubstantiated, no example posting it sounds like you use and know Java, therefore you can proclaim yourself knowledgable about C#. Your claims about the "bolted on" aspects of C# are particularly suspicious given the "hooks" into Windows are simply objects instantiatable from the .Net Framework (they're not "bolted on": Just like Java you include the unit and create objects from it). If anything C# takes some of the goofy aspects of Java, such as the interoperation with properties via methods, and cleans them up to make an abstract behind the scenes property handling system (ripped straight from Delphi's object pascal I would guess).
Language improvements have historicially opened the door to new productivity - in real terms - of apps getting cranked out. Higher and higher encapsulation in text or GUI worlds...but they don't all stick to the wall.
One cannot always tell beforehand how big the impact will be. Small movements have exploded once given a niche to fill... and then die once it was swallowed up by a new contender.
If the benefit of C# is only whats in this article, then I'm not convinced its going to change the world. I'll keep to my "unsafe" code blocks and maintain interoperability with non-Gatesian worlds.
I'll wait for at least a committee for standardization to form for this mess.
with C# that "cross platform" will eventually mean Win9X, ME, NT, 2K and XP?
.NET-rix is everywhere...."
Or in some ominous "Morpheous" like voice:
"The
Or maybe I'm just reading too much into it... after all, Microsoft is doing it for the good of the community and Developers (developers, developers, dev....).
BWAAAAHAHAHAHAHA...I actually kept a straight face while typing that...heh.
{sniff, wipes tear from eyes..heeeheee}
If it is not on fire, it is a software problem.
Language wars abound, and I have no interest in propogating another.But truth is Java has become bloated far beyond its original design as a tv box controller. The best comparison I heard was Java was C without the corners, just like basic is fortran without the corners. C# seems more to me like the best of Java and C++ without many of the sharpest corners. I work in a split development world 1/2 *nix and 1/2 Win32 , none of us slashdotter want to acknowlege it but most of the desktop world is on windows, so to write a Win32 app your most viable options have been C, VB or some other monstrosity on a Win32 box like Java, have you ever tried to run a half a million line Desktop Java app on windows. Or to throw a Java app together in a nice pretty IDIOT proof installer so that the person who thinks a CDROM is a coffe cup holder can install it with one of the nice pretty MS installers, Java in those aspects , well...it sucks
....
Of all the MSVC programmers I worked with once they all had a good chance to work with C# they said theyll never write another line of C++ again. For the windows platform it may indeed be great stuff, the one thing that piques my interest is its cross plattform future. MS included help files and other pices parts refrence Linux, no whether its MS or someone like Ximian with their mono project. The C# stuff is definatley cool. native speed and you can writer in any of the dot net languages you want VB C# and yes TCL and PERL have ports to the Dot NET runtimes, heres the deal even M$ says it, from a performance standpoint on a Win32 machine they will all run the same the language choice will be a matter of style.
Some slashdotters out ther perpetually bash MS and I do too from time to time, I run Linux at work and home, but the fact is Im in computers to make money PERIOD, If I could make a living out of racing my motorcycles full time Id never touch a computer again other than to surf for parts or events.
To the ends of making money at computers, C# will do great I am sure , the coders I know that have actually worked with it on a daily basis love it, and to all the NAYSAYERS out there that say "Oh just another MS product to have bugs" sure probably but the wholde of the VS 7 IDE and tools are written in C# , Im sure by the time its released it'll be pretty good. And best of all it will make ME MONEY, I write desktop apps , if its quicker and easier.more interoperable, which it is it has full inheretence.Im all for it. The fact that 3rd parties are already vigilantly porting the runtime to *nix systems tells you its not another Bob
MS languages for the most part run superbly on MS systems, they suppert both sides of the enviroment. Guess what C# is another example, in XP there are already kernel optimization routines for the DotNET stuff,
If you HAD to program and app for a MS system in a MS language, which would you preffer, C++, VB, VFP, well..... Or C# that even C++ programmers who use it on a regular basis say , (and from experience it does) rocks as far as MS languages go.
Sig went tro...aahemmm.....fishing........
Hey, I take offence to that!
I've been forced to write sites in ASP/SQLServer on a number occasions because thats what the client asks for (they figure if its all IIS and VBScript it'll run better, I know, dumb). So before you decide to look down upon someone using C# or VB or anything else, realize that there are a number of factors that go into what technology is used.
(I wish I could say my morals could standup to such a request, but low and behold, I want money too.)
Seriously, why do you expect someone to only code in a certain language? I feel that the more you know, the better a job can get done. Just because its a MS language doesn't mean that it is useless. You should do what's best for the client.
sin(6cos(r)+5A)
I admit that Microsoft is once again trying to dup Java, but, if you like Java and wish to work with platform-dependant API's that do more with Windows than Java, C# is your answer!
As the article mentions, C# has almost the exact same syntax and keywords that Java has (plus PERL's foreach operator...kudos). There is almost no learning curve. You can leverage the functionality of Windows with C# however, and it has great XML support; so, if you've worked with the MSXML parser, you'll have no problems working with XML in C#.
C# deserves a little more credit than many give, at least if you're working in a strict Windows environment. It's worth a look.
That's all I have to say, but I'll pile on the on wood for the flames that will arise!
Although Sun engineers are handling the boards, the direction of Java is mostly influenced by the general public through the Java Community Process (See http://www.jcp.org/). Sun simply acts as an arbiter and caretaker.
If there are any good ideas in C#, there's really no reason it couldn't be adopted by Java. Someone just has to submit a request
I have a feeling that C# will be adopted by Microsoft's technology partners, but why would any firm that has spent time and money moving away from Microsoft products go running back because of a new product offering? Its not the products we're trying to get rid of, its the company.
It is quite simple
Haiku should not be funny
Try a Senryu
I've been a fan of Java since it was still in alpha, in early '95. I even wrote a piece of the Swing API. I'm still a Java fan (and developer), but sadly not for GUI apps. MS ("we own the client") and Sun ("we're not going to let this become just a better way to write Windows apps") collaborated to kill Java as a viable way to produce commercial-grade consumer GUI apps.
We need a modern, productive system for producing new high-performance GUI apps: apps that look and feel as if they'd been written in C++ -- without the crashes and slow dev cycle. I'd give up some of the flexibility of C++ (you can write drivers, create an OS, build a browser, it's a dessert topping AND a floor wax) for something truly optimized for what matters most in creating superb GUI apps quickly and well.
I've had high hopes for Eiffel and some others to evolve into the successor to C++ for GUI apps, but it never happens. The inertia of programming languages is immense.
The next to step up to bat is C#. I like the language a lot and think it lends itself to great dev systems. I'm suspicious of the bytecode aspect, though. ("Faster than compiled!", "It actually is compiled!", etc. Yeah, so why isn't Solaris written in Java?) I'm afraid that aspect will still require that "serious" apps be written in C/C++.
I like even less that it may remain Windows-only. If it does remain Windows only (for all practical purposes), I suspect the blame will belong just as much to MS haters dismissing it primarily out of bigotry as to MS for optimizing it for their own platforms.
I'd like to see the open source community look at it with the same eyes as if it had come out of some smelly hacker's basement.
"Those who have never entered upon scientific pursuits know not a tithe of the poetry by which they are surrounded."
one already is
It sounds like C# has some nice features that Java doesn't, but I have my doubts that Microsoft will make it multiplatform. And that is becoming more important as the range of computing devices widens.
Servers tend to run Unix or legacy OSes. Embedded devices run Palm OS or a free Unix like Linux or BSD. Phones run all kinds of custom software. The only platform that Windows rules is the desktop, and that market segment just shrunk for the first time in history. How can C# dominate if it only runs on one type of device?
For pure Windows programmers, C# wins there and will probably be picked up by lots of VB and VisualC++ programmers. But people who live in that world are already not using Java. For everybody else, Java seems to win hands down. I think C# will neither be a complete failure nor will it do much harm to Java.
Disregarding the fact that Java and C# are both "closed" languages
/ index.jshtml for more info on bugs and RFEs (Requests for Enhancements). Some of the suggestions are finding their way into the baseline - like generics (currently in development) and asserts (in 1.4 beta).
While I cannot speak for C#, I can dispute your comment about Java. You can download and view the source to the JVM and other Java tools. But Sun's so-called "Open source" disallows distribution of changes to the code. (so you're partially correct)
But users can send in ideas via their BugParade. See http://developer.java.sun.com/developer/bugParade
I dont if that can be done with C# - but given MS's track record, I would be surprised if they do.
The One Rule Of Chess You'll Ever Need: Don't play someone who carries a kit in their bookbag.
20 January 2017: the End of an Error.
I guess by inference you are saying that Java then is portable, which is a statement my experience directly contradicts. I have no axe to grind with Sun, and I have no real problems with Java, but I haven't experienced the cross platform nirvana it purports. Certainly the threading characteristics for PCs, Sparcs, and Macs are not very similar, especially when you use native threads (enabled by the jvm options). And the awt implementations are not portable, nor are all the applet apis (though in all fairness those could be bugs that I've seen). But much more damning then any of that, is the object reclamations system, garbage collection works completely different depending on the platform, which while not neccesarily a portablility killer, definitely impacts system tuning.
:-).
And of course all the third party database bridges are native apps (at least if they go fast), so you are intrinsically dependent on a chunk of code that doesn' claim, or even want to be portable if you are doing any enterprise development.
Again, I have no real problems with java, but to me it is still "Write once, Test anywhere", and I'm not sure if there is any move to make the JVMs more similar (or even if that is a good idea). But what do I know, I'm just a crazy C++ hack
In the alpha days of Java, I suggested to Sun that they incorporate some very popular Perl features, such as a foreach and containers that allowed for such things as "foreach char ch in myString" or "foreach int i in myIntVector" or "foreach int i in 30..1", etc.
The senior designers repeatedly treated such suggestions with contempt. Arthur van Hoff told me, "If you want to use Perl, just use Perl!"
The MS people I spoke to in the early stages of C# were very interested in input like this. Where Sun's attitude toward "why can't we have X?" was "because we said so", MS's was "hmm, that would be popular, I wonder if we could find a way...."
Say what you will about MS, one of their standard techniques for locking you in is to try to make what people are asking for. Contrast this to Apple and Sun ("we're your superiors, so use what we tell you to use"), and Linux ("make it yourself, luser!").
"Those who have never entered upon scientific pursuits know not a tithe of the poetry by which they are surrounded."
Yes, but don't standards usually try to codufy existing practice and divergent implementations. WHats the point of standardising something that is intrinsically standardized -- because there is a single reference implementation. I have no problem with MS (other than their crappy API's and hungarian notation), but it seems that they are using standardization as a marketing ploy (of course they are a much better marketing company than a technical company, but I digress), it serves no real purpose. But ANSI doesn't cost me any money, so let the corporate boys fund it, good for me.
(I would also like to point out that MS is notorious for ignoring ANSI standards *cough* C++ *cough*, so what an interesting point that they finally "seen the light" -- but let's give them the benefit of the doubt).
I did not know that (and couldn't read the full description as the site is totally /.ed :(
.net webservices race but it is extremelly clear in my mind, J2EE frameworks will deliver with webservices easier than any C# framework will
I design JBoss, the leading J2EE server and at THE HEART of it is the capicity to dynamically deploy new applications on our application server. I mean that is what application servers are ALL ABOUT.
in fact (plug) in JBoss we go the extra mile and allow you to hot-deploy (dynamically add classes) the server classes themselves, which neither IBM nor BEA, nor Oracle do.
So I was curious to know who would win the
Why? well imagine that ANY time you change your class in C# YOU NEED TO REBOOT THE APPLICATION SERVER, yes, boys and girls that is the simple thing that "dynamic class loading" affords you, without it, the VM is tied to whatever you have at startup.
GEEEEZZZ!
The real mnf999 always posts as anonymous coward
The first release of .NET will still be 2-3 releases from full fault tolerance and enterprise level computing. There are alot of complicated processes in enterprise computing and Microsoft's .NET platform as it stands today is far from meeting those needs. Microsoft has yet to define really useful modules and standards for complex processes that span multiple systems which include legacy VMS systems and modern solaris 8 applications.
SOAP is great for simple processes, but it is far from adaquate to handle distributed and transactional processes. Using standards like UDDI is a great step towards easing multi-platform integration. Instead of having different divisions of the same company design different API for publishing resources, it will be easier to have a common way of doing those things. It is not uncommon for financial institutions to store information differently. Take a simple think like address. Some places may store the number in a separate field, while others may replace "jr" with "junior". Anyone who has worked with large mixed environments knows this fact. SOAP is a message centric way of doing things. It is not designed for complex processes. The stuff IBM is building around SOAP is more complete than Microsoft's offering, but then again IBM has been at services longer.
> So, why the FUCK did you apply for a position in > microsoft..you hypocryte!!!!!
Huh? What the FUCK (your word, not mine) are you talking about?
I have never applied for a position in MS.
Before you insult someone, make sure you get your facts straight.
...do you use a language that won't even properly exist until February next year, when Visual Studio.NET will actually be released?
If you disagree, post your argument. (-1, Overrated) isn't your personal censorship tool for views you don't like.
I've been a Java programmer since JDK 1.0 came out, though I've really done most of my Java coding with server side servlet stuff since the GUI library has, and probably always will, suck the wanker.
.. C# and the .NET framework wins hands down.
I just recently picked up C# about a month ago. The learning curve from Java was pretty damn low, only with a few different naming conventions and new language constructs. Things such as indexers, delegates, and the like (all of which I feel are positive additons to the language.) The event model, to my surprise, is better than Java.
Then after learning the language itself I started looking into Windows Forms and nearly spooged my pants. Finally Windows progammers get a clean framework of GUI controls with a powerful modern language behind it (ie, not C++ or VB.)
Usually if you wanted to make a powerful Windows app you were forced to use C++ since VB didn't really cut it. Now you can use C#. Complex Windows apps are going to be a whole lot easier to write now, nevermind the fact that they'll be able to do remote method calls via SOAP, and be deployed effortlessly (ie, create a Windows Installer in like 3 clicks or something.)
I have to say, for the stuff I'm writing that I don't need cross-platform compatibility (which I did surprisingly find to work in the case of servlets)
--
I've done a little C# programming and I've done more Java programming. Heck, I've even done some J# (http://msdn.microsoft.com/downloads/default.asp?U RL=/downloads/sample.asp?url=/msdn-files/027/001/7 54/msdncompositedoc.xml) programming.
.NET quickly and easily and build off of a Web Service on another office's server or if you have hoardes of legacy COM code, you'll use C#. If you have a giant UNIX server farm running JSP you'll use... That's right! Java. If you're a madman who likes to make Frankensteins in your spare time, you'll use J#. :^)
The things that make these two different as a language are pretty trivial. As a Chem. Eng. professor told me when I asked if I needed to bother with FORTRAN when I already knew Pascal, "They're all different dialects of the same langauge".
The only real difference is that you'll want to use the dialect best suited to your particular programming task. If you want to leverage code written in
The biggest difference isn't syntaxical. It's the mindset of the companies behind the code. No matter how many times MS wants to claim C# isn't a Java clone, the point is it's a well-done language based on lessons learned by programmers who are familiar with Java. My only fear is that C#, an excellent language in theory by anyone's measure, is going to be wrung through Microsoft's "profit maximization machine" and be made to do things that, in practice, aren't the best.
The neat part is that people familiar with C#'s concepts will also be able to quickly learn Java! I wouldn't be too surprised to see some VB programmers turned C# developers start to think, "Hey, you know it wouldn't be that hard to run this on [Linux/OS X/etc] by implementing this idea in Java!"
It's all 0s and 1s. Or it's not.
Hmmm...
Yes the native thread models are different between OS environments. That might be because the OS's themselves use different threading models? Whaddya reckon?? Possible?? Switch it over to green (i.e. internal) threads and it'll be using the same code in all cases. Not that it means it's perfect, in the past I have seen (minor) differences.
As for databases, use a pure java implementation. If the vendor doesn't offer one, shout.
But we're currently building a huge distributed app under linux/win32/solaris, which will all be deployed on solaris. Nothing stopping us at the moment.
---- Den ene knappen er powerknapp, den andre er Bender voice knapp "Bite My Shiny Metal Ass"
Stupid slashdot lameness filter. Shouldn't a geek site support a means of posting source code??
Gee, you mean like being able to generate an app that causes a BSOD using a java-like syntax?
All kidding aside, there are some cool ideas in the language. Support for enumeration is one. Currently most enum-type things in Java are done with integers, and so you have to do bounds checking whenever you get a value. The foreach operator is another nice one. It's a minor change, but it makes certain loops much quicker to write and much more readable. I also like operator overloading. It has never seemed right that in Java "+" concatenates strings, which are objects, but they're the only special object in the system. I admit that in C++ doing operator overloading properly can be hard, but it's a really convenient OO feature.
The C# way of multiple interface implementation seems like it could be good, but will mostly just cause programmer errors.
public interface ITeller
{
void Next ();
}
public interface IIterator
{
void Next ();
}
public class Clark : ITeller, IIterator
{
void ITeller.Next () {
}
void IIterator.Next () {
}
}
To me that just looks like a bug waiting to happen. Under occasional circumstances it means you can do something you couldn't otherwise do, but this just looks dangerous to me.
Mostly though I look at C# and say to myself: "Shouldn't a language that was designed years after Java be better than Java?". Java got rid of the preprocessor. This is a good thing, C# brings it back. That's a bad thing. (I know, conditional compilation is nice, but don't do it with a preprocessor, ick!) And what about reflection and dynamic class loading? Those are some sweet features, especially in a networked language, but in C# they're missing/gutted.
And then there's just wierd-ass syntax pollution:
[AuthorAttribute ("Ben Albahari")]
...
class A
{
[Localizable(true)]
public String Text {
get {return text;
}
}
}
I can accept the strange getter/setter method, though I think it's dumb. It's just vb-like, with a strange and confusing mix of methods, functions and subroutines. But what's with that array-like crap? Btw, that's also how synchronized methods are declared.
I wonder if Sun would ever agree to put some of the nice features into Java, or if the language is essentially frozen, and they're going to work on the APIs.
Btw, the MSXML parser? It's certainly MS, and certainly not XML.
Actually I'm hardly an MS advocate. For one I think they have a ridiculously lax attitude towards security (how many times do buffer overflows have to occur before someone says "Uh, maybe we should audit the IIS code where non-trivial stack variables are used....". I also am actually pushing at my company AGAINST a .NET initiative, or rather for at least seriously evaluating J2EE as a primary competitor.
Having said that regardless of my approach for them, I'm not a zealot. That means that I'm not an AC wanker running around trying to expose MS employees because someone says something good about MS (and regardless of your religious zealot opinion a lot of things MS does and has done ARE quite impressive).
BTW: I suspect you're just a Sun employee anyways.
Fixed a few things that annoyed me.
However, this doesn't justify establishing an entirely new, closed language system for developers to have to deal with. I am disgusted that Bill and Scott could get together to resolve their differences. Now they've forced tens of billions of dollars of wasteful duplication on the world.
For those who feel like they're downloading the page over a 110-baud modem with an acoustic coupler located in the same room as a Disaster Area concert, here are some other similar comparisons.
Get it here
PS: Mirrors encouraged, so if you manage to grab it and can host it at a site with beefier bandwidth, go ahead.
here.
It'll be off the front page tomorrow, so all these mirrors shouldn't be needed...
[o]_O
Java doesn't have any unsigned types.
Actually, it does: the char type is unsigned. But Java doesn't really need any unsigned types because it has the >>> operator.
-no broken link
Excellent point. In fact, I have to say I agree with both of you. I really tried to give Carnage4Life a chance on kuro5hin, but he'd always come back and flame me, even when I agreed with him. He's so damned desperate to flame anyone who has Open Source ideals, mainly because he feels ostracised for having worked at Microsoft.
But you're right. Bob Young or (in years past...not true now) Larry Augustin aren't any more credible sources than Bill Gates. All of 'em like to spout business rhetoric. And hey, I live in America, where the "world" revolves around business.
The fact that the party in question here is Microsoft makes me question the motiviation no more than any other party.
(OT: dangit, I keep trying to middle-click-paste right now, and I'm running Win98 'cause I'm too lazy to install the silly CrossOver plugin to view a QuickTime movie trailer. Bah.)
Right. And I've got to think that there's developers working for MS scratching their heads about all the hate foisted upon C# just for being MS. Yeah, it's going to be used as a marketing tool rather than genuinely as an innovative tech tool. But how much was Linux used as a marketing gimmick in the last 3 years? And for all you people worried about C# taking over the world, look at the beating the Linux world has taken, mainly because companies used Linux as a marketing gimmick?
People, relax.
Stating on Slashdot that I like cheese since 1997.
C# being better designed than Java is no big surprise. Why? Because Sun has done very little to further the actual language itself.
Java really hasn't changed much since its inception. All we have are a few more libraries, a GUI framework that blows ass, and a server-side framework that we didn't really need to begin with. But we have no real additional language FEATURES.
Like a lot of people, I've been using Java since the beginning. I look at the C# language and I see everything I want in Java. The great majority of differences between C# and Java are purely syntactical sugar -- compiler candy. AND THAT IS WHAT WE WANT.
We've been asking for support for generics and parametric types since JDK1.1. And they still aren't in (they were removed from 1.4 at the last minute). We've been asking for A REAL CONST. We've been asking for assertions -- and finally got them.
But all in all... most SEASONED Java developers aren't happy with the progress. Java has been plainly behind the curve when it comes to evolving new and different features. Instead, Sun poured all of their effort into their bullshit J2EE framework which is a complete shambles, IMHO.
Its obvious. Microsoft simply went to Usenet... read a bunch of Java posts... and saw that Java was stagnant. They took advantage of it. They created a new language... based upon Java... adding everything that Java developers were complaining about. Voila! C#!
I wonder if this would have happened if Java were open source. Probably not.
But one thing for sure... Microsoft is an EXPERT at catching a company while it is asleep at the wheel... ripping of its product... making it better... and seizing an entire market.
They just might be doing it again...
I'd like to congratulate Dare Obasanjo on his extensive comparison between Java and C#. After reading it, and my anti-Microsoft bias aside, I've come to the conclusion that C# is basically a rip off of Java, with a few extra features that might make it an interesting development platform. As always, I feel that Microsoft has implemented a system designed as an integrated part of Windows, to keep the development community (and, therefore, the user community) at Microsoft's mercy.
I say this for the following reasons (and, again, I'm trying my best to place my anti-Microsoft bias aside):
Well, whatever. Forget it. I'll probably just get flamed by a bunch of people, and moderated as a troll or something. Oh well. My karma has been going down for the past few days because some really crappy stories have been posted on the front page, and when I read crappy stories, I write crappy comments. Or something like that. Oh well.
I think this is a bit Java biased, in that it uses some very precise wording and fails to mention a lot of relevant features of C# until the appendix-like section D. And it contains some outright mistakes.
.NET has an attribute for marking enumerations as able to be used in bitwise combination, whereas this is always possible (whether correct or not) in a Java pseudo-enumeration with int members. On the other hand, the "workaround" in Java makes this impossible-- you can't "or" objects.
My corrections:
A.2: Java doesn't have an "unsafe" keyword; C# and Java have a "volatile" keyword that is strangely missing. And don't you think it's strange that he doesn't equate C#'s "extern" with Java's "native"? They're approximately the same.
A.5: Neglects to mention here that C# has square *and* jagged arrays, it is stuck in section D.
A.10: The phrase "both languages have an inheritance hierarchy where all exceptions are derived from a single Exception class" is a tautology, because "all exceptions" *are* exceptions because they extend Exception! Whereas if he meant to say "all objects that can be thrown are instances of types derived from a single Exception class" he would be wrong, because in Java these all derive from java.lang.Throwable.
The sentence two sentences after that one, starting "Finally, both languages..." does not make sense.
B.8: The last statement in this paragraph is incorrect. Isn't it possibly in Java to simply write ArrayList.class, if java.util.ArrayList has been imported? Likewise in C#, where if System.Collections has not been using'ed it is necessary to write typeof(System.Collections.ArrayList).
C.1: This really should mention delegates here. It was inner classes v. delegates that heated up the Sun vs. J++ debate. Thus C# doesn't suffer a "lack" of inner classes, rather it suffers an ideological difference with Java, don't you think? And likewise, Java doesn't suffer a "lack" of delegates.
C.3: The criticism that, for example, it is possible to overload "", and this makes overloading bad, and C# has overloading, hence C# is bad-- is nonsense! In C# it is illegal to overload, for example "", or "==" but not "!=".
It also says "()" (I assume meaning cast) and "[]" can not be overloaded. This is again very precise and misleading language. They can not be overloaded, because custom conversions and indexers can be used instead!
It also fails to mention that "&&", etc. will call "&". The blanket statement that "&&", "||", etc. "can not be overloaded" is very misleading.
C.4: You can "fall through" in C#, with goto. Except unlike Java, in C# it is explicit (and more flexible).
Fails to mention Java's limited range of "switch" statements, whereas e.g. C# can switch on a ulong.
C.5: Seems to miss the distinction between *assemblies* and *modules*.
C.6: Some of these criticisms are unfair, e.g. that Java has thread-safe collections. In C#, a reference to a synchronized wrapper can be kept and the un-thread safe reference be let go out of scope!
Not mentioning boxing and unboxing here is a failure: one of the chief gripes with Java's collections is that it is necessary to wrap the primitive types in their class equivalents.
C.7: Java has a labeled goto of sorts-- break and continue. Thus some of the criticisms of the weakness of languages with goto may also be applied to Java.
C.8: Is this section intended to confuse? The fact that marking a method final in Java means that subclasses cannot contain a method with a similar signature is a *coincidence* arising from the fact that (a) final means methods can not be overridden and (b) Java does not have new/reintroduce semantics and relies instead of the name and parameters. Thus C#'s final achieves exactly the same as Java's in terms of dynamic linking and dispatch-- that a particular method can not be overridden.
D.3: Should probably mention that
Well, that's my $0.02. Apart from those glaring problems, the discussion is not bad.
Like a fucking pipe dream, speaking as a former Java programmer.
Finding God in a Dog
As long as it only runs on windows then it's just another VB or Delphi. All the VB developers will have to switch (they have choice VB is dead) and maybe some of the VC++ people will switch but that's it. Nobody uses Java to write GUI apps and for them there is no motivation to switch to another language.
War is necrophilia.
Nope, it can't - not unless the gettor and settor are trivial one-liners. And if they change from trivial to non-trivial, you have to chamge your public int foo; into public int getFoo(); public void setFoo(int fooVal); and break all the code that uses foo. Properties avoid this breakage, which is why they are a good idea.
For a non-trivial e.g. Label.font.bold = true; The settor could actually cause a refresh of the label as well.
The java method will compile/run a tad faster,
Will it? The enum is really just an int - with compile time range-checking. Compile-time checking won't make it run slower. BTW, in Java you could also write
int wall = Direction.NORTH;
wall += 43;
Which is clearly semantically dead wrong, but the compiler will never know. That is why enums were invented in the first place, not that Java's designers ever learnt that lesson.
My Karma: ran over your Dogma
StrawberryFrog
So if this technique is so good (it does look cool) why isn't the JDK coded that way? The JDK is the best-known body of java code, and is where most java programmers get thier coding cues from - you'd think they'd use what was best?
My Karma: ran over your Dogma
StrawberryFrog
You know, I'm not entirely sure that his assertion that subdimensions of a multidimension array must have the same dimension (topic 5).
After all, in C, I'd use:
int* array[2];
array[0] = (int*)calloc(sizeof(int), 3);
array[1] = (int*)calloc(sizeof(int), 9);
True, this doesn't use heap-based stack, but to me, the functionality is the same...
You're not using C#. You're beta testing a product that has changed a lot over that year, and probably will change a bit more before it's released. You're aiming at a moving target, with no fixed definition.
Furthermore, that target itself aims at another target (.NET) in a similar situation. (Please don't spin me the pathetic argument that C# is independent of .NET; C# has no standard library worth speaking about, and there is no likelihood of a serious C# implementation on any other platform any time soon.)
It is simply not possible to develop applications properly in that environment. Until C# and .NET are properly released, you're not using a language, you're playing with a toy. Real languages for real use have concrete definitions, preferably of the status of a formal standard, and they don't change every five minutes on the whim of a senior engineer at Microsoft.
If you disagree, post your argument. (-1, Overrated) isn't your personal censorship tool for views you don't like.
2. Many VB and C++ developers will move to C#. They will then be in an ideal position to transition to Java with little effort if they have a requirement for cross-platform apps.
Great Windows SFTP Server!
dissolved into a flame war, I think that the ending evaluation is that C# will be doomed to 2nd or 3rd place unless they can address multi-platform use. If that happens, well then the gloves are OFF.
MS needs to hurry however, as Java continues to gain in acceptance (regardless of it's problems) in more mainstream sw arenas (Oracle, IBM). Let's not forget that technical superiority alone does NOT a successful product make. There are plenty of SmallTalk coders who think Java should have gone STRAIGHT to the junk heap.
I, like many others, do not particularly care for MS. I feel they provide low-quality product and user clever marketing combined with arm-twisting to maintain market dominance in the areas they control.
That said, as a Java programmer I'd really like to see some competition with Java. Who knows, Sun just may open in up to ensure that MS can't get a foothold!
Computer Science is Applied Philosophy
I think from the level of people who make decisions about what programming languages to use on commercial projects (this includes me), the technical distinctions between Java and C# are of little concern:
This belief is instilled by Microsoft Marketing, Java/C# only resemble each other on the surface, underneath they fundamentally different. This is the reason that this decision should be taken be an experienced technical professional.
the languages are so similar that they are basically interchangeable.
Whilst Microsoft are attempting to position C# against Java this is their marketing at work, technologically they are not interchangable. As you latter comment note C# it is in competition with products like C++, Delphi, VB, not Java.
Java's technological competitors are actually, Perl, PHP and Python. Since they are the only tools with any like Java's platform independence.
Notice the *identical* number of hits for C, C++ and C#? Obviously a flaw in the search on dice. However, it's probably safe to say that none of C, C++ or C# produces more than that number of hits legitimately.
Really?
Just click on the first link of the C# results and tell me where you find C# in the job description.
Hint: Nowhere
Conclusion: Your method is completly flawed, presumably because their search engine just ignores '#' and '++'.
Btw., even if it worked, your C# and C++ results would be a subset of your 'C' results.
I was going to rebut this purely on the grounds that generics are a crutch for people that simply don't get OO, but after checking out your posting history it's clear that you are clearly a M$ Astroturfer, so I've leave your fate to the moderators.
http://slashdot.org/~javabandit/
An RC is a release candidate: Meaning that they're proposing that that is what they might actually release. That's closer to a real product than most products in the open source arena will ever be.
Having said that: Jesus Christ you zealots are a riot. I don't even really LIKE C#, nor am I sold on the ".NET" idea, nor have I advocated FOR it. I merely questioned what seemed to me to be a pure karma whore post because it obviously was written just to cater to the psycho zealots that frequent Slashdot.
And for all the dumb motherfuckers out there let me explain something: You "interoperate" (regardless of hilarious [sic] comments by trying-to-be-pretentious kids) with "properties" either via method, or via more abstract methods. I prefer the more abstract methods of Delphi, and also C#. It's amazing how many people will yap up their opinion on this when they have no clue.
...and, the MSXML parser actually implements the standard DOM. When's the last time Microsoft has implemented standards? The MSXML parser is a good thing, just needs a little to catch up to apache's Xalan and Xerces projects that already implement standards like XLink and XInclude.
No, an RC is a "release candidate", meaning that it's a mid-late beta that they want people to test for them for free. It's a marketing tool, a name given so that people think the product is "nearly ready" and don't go out and buy into the opposition for several months.
If it's what they were actually going to release it wouldn't be an RC, it would have been released. In a competitive environment such as Microsoft is in here, you don't just leave something on the shelf for three months after you've finished it.
This is my point. People are seriously comparing a beta test product (with a flashy title) with a real product that's usable for actual work. This is absurd.
This board is full of pro- or anti-C# rhetoric all the time, most of which is hype-based and unfounded. The one thing that is clearly true is that C# is not ready yet. I can go the office tomorrow and develop a world-class application in Java. I will go to the office tomorrow and develop a world-class application in C++. I cannot go to the office and develop a world-class application in C#. I rest my case.
You should be a little less cynical. It wasn't a karma whore post at all; for a start, I've been karma capped since not far past my 100th post, months ago, and for seconds, I don't have any need to pander to slashbot groupthink anyway. On the contrary, my original post was a somewhat ironic one-liner written by a professional programmer, writing real code in the real world for real clients, who's sick and tired of hearing people spouting off about C# as if it was on a similar level to Java, C++ and other established, stable, reliable development tools. Everything since has just been responding to your replies.
If you disagree, post your argument. (-1, Overrated) isn't your personal censorship tool for views you don't like.
Look at the parent message i was reply to, he
didn't have any data in the Direction class,
with, so they all had the same data. If I was
replying to the parent of the that message, you
would be correct.
I don't know how big of a field computer science human computer interaction is but it sounds like a small community of acedemic researchers. Yes I have seen some nifty apps and even applets coming out of acedemia and the govt but I don't think you will be able to convince anybody that it represents a significant percentage of the applications written in java.
"Also, if Java is not being used to write GUI apps, I'm wondering why Sun would go to all the trouble of making Swing, their extensible GUI toolkit?"
Sun developed swing in order to encourage user apps written in java. it was a failure by and large. Not because swing is bad (it's quite good) but because it's slow and acts oddly and looks weird. Maybe these are acceptable trade offs to get a cross platform gui library but not many people bought into it. maybe the new IBM classes will kick java developers in the butt to develop user apps but I am not holding my breath. As it stands java is mainly used for non gui apps for which it's an excellant product.
War is necrophilia.