The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.
|
 |
|
Dev Shed Forums
> Programming Languages - More
> .Net Development
|
Page 2 -
But which is better, Java or C#..
Page 2 - Discuss But which is better, Java or C#.. in the .Net Development forum on Dev Shed. But which is better, Java or C#.. .NET development forum discussing all .NET derivatives including C#, VB.NET, ASP.NET, ADO.NET and more. Learn the ins and outs of using the .NET framework.
|
|
 |
|
|
|
|
|

Dev Shed Forums Sponsor:
|
|
|

July 4th, 2003, 09:41 PM
|
|
Registered User
|
|
Join Date: Jul 2003
Posts: 24
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
The IDE for C# is light years ahead of Sun's Sun One Studio and Borlands JBuilder. Like it or not, Microsoft can churn out some pretty good stuff. Do you guys remember how we (windows users) had to use MS DOS and notepad to create our Java apps? I do. The development tools for Java are catching up, but they're still 5 years behind. Easily.
|

July 24th, 2003, 10:52 AM
|
|
Junior Member
|
|
Join Date: Jul 2003
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
Quote: Originally posted by netytan
Ah, I think i'll stick to Java then. A, because of as you mentioned its ported to ever platform and B, simply because it seems to be alot more desirable on the job front .
Thanks a lot for your help, easy to understand and got the point accross.
Ta,
Mark. |
Speaking strictly from experience, I've been doing Java for 3 years and recently started doing .NET [have previous exp with ASP]
The problem with Java is the huge dependencies on third party code [usually opensource]. These opensource projects are frequently in beta or some chaotic state that causes constant changes in your own code to keep up. I actually started doing jsp / servlets for this reason [asp was too limiting]. I used J2EE, Jboss, Tomcat, log4j, struts, jetspeed, etc etc etc. It just came to a point where 40 percent of my time was spent keeping up with someone else's bugs.
The cross platform mantra of Java is really not that relevant. Simply put, you will get more done in shorter time in .NET, boiling down to cost savings for your client/company. Anyone who selects a platform just because its "cross platform" is indeed lying to themselves because when you say cross platform, most likely you have already made the decision to deploy on unix and only unix, so whats the point in being "cross platform".
Dont get me wrong, I like java. But I like .NET better
Regards,
Mark
|

July 24th, 2003, 03:34 PM
|
 |
Hello World :)
|
|
Join Date: Mar 2003
Location: Hull, UK
|
|
|
Hi Tazzbot,
I gotta agree with you, after looking more into it i desided that C# is the next language i'm gonna learn (over Java). Can't agree with your platform independance stament though, platform independace to me is exactly that, meaning it should work on multiple platforms (windows, unix etc.)
develpment time is very important and C# has that over Java too, Also even though it's been around alot less time is seems to be more mature (if you know what i mean, sounds strange.) but neither can match Python for devlopment time, ease of use and scalability.
Anyway thats for your input,
Have fun,
Mark.
|

March 4th, 2012, 04:49 AM
|
|
Registered User
|
|
Join Date: Mar 2012
Posts: 1
Time spent in forums: 8 m 55 sec
Reputation Power: 0
|
|
Quote:
One of the first things I saw in C# that got me interested in it: read/write properties:
Code:
Java:
public int getSize() {
return size;
}
public void setSize (int value) {
size = value;
}
C#:
public int Size {
get {return size;
}
set {size = value;
}
}
|
If you like C# attributes try this:
public int Size{get;set;}
In my opinion C# is much better than Java when designing complex applications.
Java features are poor if compared with C#.
However Java is nice and actually a must for mobile developement.
I've seen the thread is old, however I wanted to post some additional fresh info about C# attributes.
|

March 25th, 2012, 09:42 AM
|
|
Registered User
|
|
Join Date: Mar 2012
Posts: 1
Time spent in forums: 1 h 18 m
Reputation Power: 0
|
|
|
jcontreras
You have a point their! I like all you have said here! That was really good!Your code snippets were very interesting!Thank you for sharing it! I've learned a lot!
|

July 9th, 2012, 06:40 AM
|
|
Permanently Banned
|
|
Join Date: May 2012
Posts: 7
Time spent in forums: 4 h 16 m 37 sec
Warnings Level: 10
Number of bans: 2
Reputation Power: 0
|
|
|
I recommend Java and Oracle, which would provide you flexibility to initiate web or desktop-based GUI to allow other users the ability to modify / preview reports, etc.
|

July 9th, 2012, 06:48 AM
|
|
Registered User
|
|
Join Date: May 2012
Posts: 2
Time spent in forums: 16 m 2 sec
Reputation Power: 0
|
|
|
which is better, Java or C#..
java is beter then C++.
|
Developer Shed Advertisers and Affiliates
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Rate This Thread |
Linear Mode
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|