Page 1 of 2 12 LastLast
Results 1 to 40 of 44

Thread: Java and .NET [Very Serious]

  1. #1

    Thread Starter
    Member chocoloco's Avatar
    Join Date
    Mar 2006
    Posts
    42

    Java and .NET [Very Serious]

    I am looking for serious responses so if you're looking for pun please find other threads.

    I work for a large consulting company and I consider myself pretty senior in .NET. I am well familiar with OOP languages.

    Lately, All we seem to be getting are Java projects. What I do not understand what is it you can do in Java that you can't in .NET? How come Java is in such hot demand.

    If I were to start learning Java (I am not total dumb in its syntax, its similar to C++ somewhat) I do not even know where to start as there is so much to it.

    Any suggestions?

  2. #2
    Fanatic Member CodedFire's Avatar
    Join Date
    Aug 2007
    Location
    In Cog Neato
    Posts
    568

    Re: Java and .NET [Very Serious]

    I wouldnt say java is in as "hot" a demand as you would think. What language are you comparing java to? I mean you could write the majority of your c++ as managed "C++" utilising the .net framework. Or even C#, which i would prefer over java.
    Languages: Visual Basic 05/08, C# 08
    IDE: Express Editions
    Framework: 2.0, 3.0, 3.5


    Lesson 5: Don't take domestic advice from perpetual singles. - Mendhak

  3. #3

    Thread Starter
    Member chocoloco's Avatar
    Join Date
    Mar 2006
    Posts
    42

    Re: Java and .NET [Very Serious]

    Trust me, its not me who thinks that way. But lately that is all we seem to be getting. Hardly any .NET projects.

  4. #4
    Fanatic Member CodedFire's Avatar
    Join Date
    Aug 2007
    Location
    In Cog Neato
    Posts
    568

    Re: Java and .NET [Very Serious]

    Quote Originally Posted by chocoloco
    Trust me, its not me who thinks that way. But lately that is all we seem to be getting. Hardly any .NET projects.
    That as more to do with the people who talk to your clients for you. I mean how does your company get projects, very few clients would specify the language of choice unless there was specific compatibilty issues with existing systems.
    Languages: Visual Basic 05/08, C# 08
    IDE: Express Editions
    Framework: 2.0, 3.0, 3.5


    Lesson 5: Don't take domestic advice from perpetual singles. - Mendhak

  5. #5

    Thread Starter
    Member chocoloco's Avatar
    Join Date
    Mar 2006
    Posts
    42

    Re: Java and .NET [Very Serious]

    Can we at least get to my questions?

    What is it you can do (or do it better) in Java that you can't in .NET?
    If I were to start developing systems and enterprise applications, and I need to learn Java, where do I start?

    I can get thru the syntax fairly quickly. After that I haven't a clue what to learn.

  6. #6

    Thread Starter
    Member chocoloco's Avatar
    Join Date
    Mar 2006
    Posts
    42

    Re: Java and .NET [Very Serious]

    There is Java Beans, Servlets, Struts, AWT, Applets, and what not. What do these do?

  7. #7
    Hyperactive Member Arrow_Raider's Avatar
    Join Date
    Dec 2001
    Location
    AVR Lovers Club
    Posts
    423

    Re: Java and .NET [Very Serious]

    Your question is flawed. You are asking what java can do that .net can't do. But the real question is, what can .net do that java can't do. .Net can do a whole heck of a lot more than what java can do. Although I suppose that Java does offer cross-platform. Are your clients looking for cross-platform software? If not, then I'd bet that the only reason you are getting so many java application requests is because of some nubs in management that heard java was the hottest thing ever.
    My monkey wearing the fedora points and laughs at you.

  8. #8
    Banned timeshifter's Avatar
    Join Date
    Mar 2004
    Location
    at my desk
    Posts
    2,465

    Re: Java and .NET [Very Serious]

    Java makes my spleen quiver in fright. Along with Adam. Adam always makes my spleen quiver.

    In all seriousness, though, I detest Java. The best I can come up with is its' cross-platform nature, but then why not C or C++? Both are FAR superior to Java. Thus, we can deduce that Java is little more than the C++ for people who can't grasp C++.

    I could be way off there, but that's just my understanding.. or lack thereof.

  9. #9

    Thread Starter
    Member chocoloco's Avatar
    Join Date
    Mar 2006
    Posts
    42

    Re: Java and .NET [Very Serious]

    I don't know, I do believe though there must be more to using Java than "some corporate suits hearing that its superior and thus deciding to use it instead". Lot of financial institutions use Java for their critical financial systems. To be honest, I haven't seen many Financial Institutions using .NET for their critical systems.

  10. #10
    Banned timeshifter's Avatar
    Join Date
    Mar 2004
    Location
    at my desk
    Posts
    2,465

    Re: Java and .NET [Very Serious]

    Because .NET is ever-evolving. Java just kinda stays put. Inferior, but it stays that way. .NET is always growing, and because of such, either new people familiar with the technology need to be hired, or existing employees need to be trained on it. Both are expensive.

  11. #11
    Frenzied Member System_Error's Avatar
    Join Date
    Apr 2004
    Posts
    1,111

    Re: Java and .NET [Very Serious]

    I wonder how many Java bashers truly know JSP and Servlets or do they all think java is simply the worthless applet and gui programming they learned in high school?

    Java is great for web programming, but not much else IMO. And I will warn you, learning to use JSP & Servlets efficiently with the right architecture really sucks.

  12. #12
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704

    Re: Java and .NET [Very Serious]

    First, you all have to ask yourselves... why do I write in .NET (VB or C#, or managed C++) and not native C++?

    Once you have those answers, now ask yourself, if I was writing platform portable code that can be managed with a garbage collector, and has built-in code security, what choice is out there?

    Your only answer is JAVA. Sure, the MONO project has basically most of .NET 1.1 runtime implemented on U/Linux, but that's a small implementation of the runtime.

    Various versions of the JAVA runtime runs not only on Linux, Unix, Macs, Sun.. but also (and ask yourself this - how many cellphones have you seen that can't run Java?) Just about every cellphone I have ever owned , had a JAVA runtime installed. It might not have used any JAVA applications other than a few games, but it was there.

    Now, if you own any new dishwashers, clothes washer or dryers, or a fancy electronic thermostat with programmable display - I would bet many of those 'appliances' have compiled JAVA byte code controlling them.

    As you see, the argument for platform portable is a very strong advantage for JAVA.

    The .NET runtime was just recently being targeted toward mobile phones and microcontrollers, which is good, because JAVA has targeted those areas for a long time.

    As far as writing information systems for business, Java is a very experienced and mature enterprise platform, .NET is just getting there. This is simply due to the fact JAVA has been around far longer - and as TS pointed out - .NET brings a whole slew of new options that JAVA may not easily do, but that doesn't mean IT people used to JAVA feel compelled to jump ship to .NET.

  13. #13
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704

    Re: Java and .NET [Very Serious]

    Quote Originally Posted by chocoloco
    Lots of financial institutions use Java for their critical financial systems. To be honest, I haven't seen many Financial Institutions using .NET for their critical systems.
    Financial institutions use IBM mainframes (code from 1960's can run on the most recent IBM mainframe with little modification.)

    edit:See link for the very interesting architecture of these mainframes (54 core processors).
    http://en.wikipedia.org/wiki/ZSeries

    And IBM embraced JAVA back in the late 90's (before .NET even materialized).

    While the .NET runtime has been ported to Linux, mostly thanks to Novell, IBM doesn't care THAT much for Microsoft anyway - they are a competitor to IBM in the server market, and they certainly don't want to be held captive by a competitor's technology.

    Further, IBM developed a specialized processing chip just for executing JAVA instructions. So IBM has a LOT invested in JAVA technology, and since financial institutions have long trusted IBM, nothing is going to change on that front for a very LONG time.
    Last edited by nemaroller; Jan 18th, 2008 at 11:19 PM.

  14. #14
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Java and .NET [Very Serious]

    How come Java is in such hot demand.
    Java has been around longer, it runs on more platforms/devices, there are more developers. It's as simple as that.

  15. #15
    G&G Moderator chemicalNova's Avatar
    Join Date
    Jun 2002
    Location
    Victoria, Australia
    Posts
    4,246

    Re: Java and .NET [Very Serious]

    Any language that doesn't use a colon for inheritance purposes is horrid...

    "extends"... wth is that..

    chem

    Visual Studio 6, Visual Studio.NET 2005, MASM

  16. #16
    Frenzied Member zaza's Avatar
    Join Date
    Apr 2001
    Location
    Borneo Rainforest Habits: Scratching
    Posts
    1,486

    Re: Java and .NET [Very Serious]

    Quote Originally Posted by chocoloco
    I don't know, I do believe though there must be more to using Java than "some corporate suits hearing that its superior and thus deciding to use it instead". Lot of financial institutions use Java for their critical financial systems. To be honest, I haven't seen many Financial Institutions using .NET for their critical systems.

    There's quite a lot of everything in finance, to be honest. There's a lot more .Net stuff coming out these days; most of the major banks now use at least one of Ion's products (MarketView, Anvil etc) and it's only going to progress from there.

    As far as in-house development goes though, there's pretty much a mish-mash depending on what the requirements are, who's available for the job, what framework is currently in place and so on. There are critical apps written in everything from Access to C++ to Java to .Net to VB6. There's not much in FORTRAN any more.
    I use VB 6, VB.Net 2003 and Office 2010



    Code:
    Excel Graphing | Excel Timer | Excel Tips and Tricks | Add controls in Office | Data tables in Excel | Gaussian random number distribution (VB6/VBA,VB.Net) | Coordinates, Vectors and 3D volumes

  17. #17
    Hyperactive Member Arrow_Raider's Avatar
    Join Date
    Dec 2001
    Location
    AVR Lovers Club
    Posts
    423

    Re: Java and .NET [Very Serious]

    At the company I work for, all in-house stuff is done in .net.
    My monkey wearing the fedora points and laughs at you.

  18. #18

    Thread Starter
    Member chocoloco's Avatar
    Join Date
    Mar 2006
    Posts
    42

    Re: Java and .NET [Very Serious]

    System-Error: you nailed the whole thing. Thats exactly what I've heard is doing Java development with right architecture and framework is much harder and different from .NET.

    How is it different from .NET is something I don't know??

  19. #19
    Frenzied Member System_Error's Avatar
    Join Date
    Apr 2004
    Posts
    1,111

    Re: Java and .NET [Very Serious]

    Quote Originally Posted by chocoloco
    System-Error: you nailed the whole thing. Thats exactly what I've heard is doing Java development with right architecture and framework is much harder and different from .NET.

    How is it different from .NET is something I don't know??
    Each one is going to have advantages and disadvantages. The one selected by a company usually offers them more future options and is better supported by their staff. In general, it's much easier to find ASP(.NET) hosting rather than JSP hosting. Also, Microsoft environments are simply more productive than any others. Things I like about JSP are better separation of presentation logic and encapsulation in servlets.

    Personally, I don't like web development and try to stay away from it as much as I can.

  20. #20
    Hyperactive Member Arrow_Raider's Avatar
    Join Date
    Dec 2001
    Location
    AVR Lovers Club
    Posts
    423

    Re: Java and .NET [Very Serious]

    Web development always ends up being putting together a collection of hacks that sort of work on each browser.
    My monkey wearing the fedora points and laughs at you.

  21. #21
    Banned timeshifter's Avatar
    Join Date
    Mar 2004
    Location
    at my desk
    Posts
    2,465

    Re: Java and .NET [Very Serious]

    For the most part...

  22. #22
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: Java and .NET [Very Serious]

    Quote Originally Posted by Arrow_Raider
    Web development always ends up being putting together a collection of hacks that sort of work on each browser.
    For the inexperienced, yes.




    The experienced avoid web development.

  23. #23
    Hyperactive Member Arrow_Raider's Avatar
    Join Date
    Dec 2001
    Location
    AVR Lovers Club
    Posts
    423

    Re: Java and .NET [Very Serious]

    Quote Originally Posted by penagate
    For the inexperienced, yes.




    The experienced avoid web development.
    The good thing is though, its not too hard for the inexperienced to become the experienced. Normally, just one web development project will be sufficient to go from inexperienced to experienced.
    My monkey wearing the fedora points and laughs at you.

  24. #24
    Banned timeshifter's Avatar
    Join Date
    Mar 2004
    Location
    at my desk
    Posts
    2,465

    Re: Java and .NET [Very Serious]

    And for others, web development pays us... pretty good for my age, too, so I can't really complain. And moving from VB to C# was a nice improvement.

  25. #25
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: Java and .NET [Very Serious]

    $0.02:

    I'm in the fortunate position of using loads of languages on several platforms at work.

    Our server software runs on linux (like all servers should) and is written in C/C++. One of our 2 windows client apps is VB6 but soon to be ported to C#. The reporting system on the server is web-based and written in PHP/XHTML/JS/MySQL/CSS. Then we've got another linux product which is C again but also runs an in-house custom language of our own design.

    I've got my finger in all of these various pies to some extent, so its easy to see which languages and language types are more or less productive than others. JS is by far the most problematic followed by PHP. At the other end of the spectrum I find C# to be the tool that gets the job done soonest and most robustly in windows, in linux it would have to be C because we have loads of very experienced C developers here.

    All the code that we have to share around between platforms is generally standards-compliant C/C++ because it has to be extremely efficient (eg fast to run) and tightly controlled, which is just so much harder to do with things like C# and java.
    I don't live here any more.

  26. #26
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: Java and .NET [Very Serious]

    you said you are getting lots of java projects.

    You did not mention if they are brand spanking new projects though.

    So are they? Are these projects that are about to be built from the ground up? Or are they projects that need to be extended, maintenanced, etc..

    There was a huge java boom prior to .NET (.NET was actually Microsoft's answer to Sun's Java) they are very similar in the core concepts, like a managed framework, automatic memory management, etc...

    So that means there is a whole lot of stuff written in Java even if the same project could be built better/easier using .NET technolgies today. These projects you are getting requests for could be people looking to expand or change current systems already written in java, hence the need for java developers.

    Another thing to consider, is the fact that Microsoft has its own java style syntax language, called J# which is a .NET framework language, although it also requires a seperate J# runtime to be installed. So if you were getting requests for Java code, you could see if the client is willing to use J# versus a sun version of Java, which would give you all the great features of Visual Studio, while still delivering a "java" application to the client. These applications of course are tied to the framework (and ultimatly Windows machines) so the only thing Sun java is likely to bring to the table would be that cross platform capability.

  27. #27

  28. #28
    Lively Member
    Join Date
    Nov 2005
    Posts
    112

    Re: Java and .NET [Very Serious]

    I use to wonder the same thing..I am getting ready for college, and I didn't know if I should focus on JAVA or .NET. I think I came out with focusing on JAVA because that is what most colleges use, and are in high demand imo.

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

    Re: Java and .NET [Very Serious]

    Did you have to pick between the two?

    Learning both could/would be very beneficial.

  30. #30
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Java and .NET [Very Serious]

    Learning multiple languages is always beneficial to you. Now if you can get into a position where you can use your languages of choice is the best scenerio.

    I see alot of Java being tacked on to the skillset requirements in job listings but not too much where Java is the primary language desired.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  31. #31
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: Java and .NET [Very Serious]

    Quote Originally Posted by RobDog888


    I see alot of Java being tacked on to the skillset requirements in job listings but not too much where Java is the primary language desired.
    Probably because a lot of places are converting Java to C# and .NET in general. So while you need to know Java, its more so just to be able to read and understand it.

  32. #32
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Java and .NET [Very Serious]

    So then Java is getting cold
    Probably something that you wouldnt want to get too deep into then.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  33. #33
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: Java and .NET [Very Serious]

    I don't think it will die any time too soon, there is a lot of cross platform stuff out there, but its a well known fact that MS is gaining a lot of market share in the web server market, and IIS7 is supposed to be the best webserver yet from MS.

    That with the fact that many many applications that once needed to be a winforms application, can now be feature rich apps via silverlight, or ASP.NET. This will move a lot of applications to the web. Since MS is making the platform and tools very easy to use that will host these, you will see more people moving over to this platform, and still be able to target cross OS.

    I haven't used java from Sun, but I can not imagine that the development environment could possibly rival Visual Studio.

  34. #34
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Java and .NET [Very Serious]

    I've heard that too about more of a move to web apps.
    I really really dislike working on web projects. All the cross browser platform issues etc.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  35. #35
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: Java and .NET [Very Serious]

    Yeah, although if you ask any anti-IE web dev, they will tell you its all IEs fault for not adhering to www standards, and that is what supposedly causes the cross browser issues.

    That aside, things like silverlight will enable a browser independent development experience because it simply uses the browser as a container, like flash does. So rich applications can be developed in silverlight, and it will be of little importance what OS or browser is actually using them.

    That isn't to say winforms apps are going away. They will for the foreseeable future still be way faster for certain tasks than any web app could be, and there is always the issue that any web app, even if running over SSL, still can be exposed to security risks that don't exist in WinForms.

    For example, I would never "backup" any files I considered sensitive to any sort of online backup program. I am always going to want stuff like that running on my local computer/network only.

  36. #36
    Banned timeshifter's Avatar
    Join Date
    Mar 2004
    Location
    at my desk
    Posts
    2,465

    Re: Java and .NET [Very Serious]

    Being a web developer by profession now (I've been waiting years to say that), I can say that winforms will be around for a long time. Just today, I finished a thumbnailing program. You defined a target and destination folder, set a few parameters, and it would create thumbnails of every image in that folder. An app like that can be INCREDIBLY useful, but it's 100% impractical to write it as a web app. Web certainly has its' place, but there's so much territory that is unique to each type of application. So many things a winform can do that a webapp can't, and vice versa.

  37. #37
    New Member
    Join Date
    Jan 2008
    Location
    Programming County
    Posts
    13

    Re: Java and .NET [Very Serious]

    In my personal opinion Java is in some way better than .NET just because this platform brings the functionality to develop cross-platform applications, interactive web applications, and applications running on different mobile devices, so that is a great advantage, which I can not say about the .NET platform. Mobile applications developed in .NET run only Windows Mobile platform (or at least .NET-compatible mobile platforms, which I didn't ever see). Cross-platform .NET programming isn't great (even with such things like Mono on Linux). Of course, .NET has its own great features (like Windows Presentation Foundation), but when discussions goes to mobility and cross-platform functionality, Java takes the lead.

  38. #38
    Fanatic Member
    Join Date
    Jul 2007
    Posts
    530

    Re: Java and .NET [Very Serious]

    If You need really a Answer for This
    For me there is at least 3 reason to answer it

    1/ Question about Country
    2/ Question about time
    3/ Question about platform

  39. #39
    Arabic Poster ComputerJy's Avatar
    Join Date
    Nov 2005
    Location
    Happily misplaced
    Posts
    2,513

    Re: Java and .NET [Very Serious]

    Quote Originally Posted by TownProg
    In my personal opinion Java is in some way better than .NET just because this platform brings the functionality to develop cross-platform applications, interactive web applications, and applications running on different mobile devices, so that is a great advantage, which I can not say about the .NET platform. Mobile applications developed in .NET run only Windows Mobile platform (or at least .NET-compatible mobile platforms, which I didn't ever see). Cross-platform .NET programming isn't great (even with such things like Mono on Linux). Of course, .NET has its own great features (like Windows Presentation Foundation), but when discussions goes to mobility and cross-platform functionality, Java takes the lead.
    I agree. But the problem with Java is that it hasn't improved (syntax wise) since 2005 while C# has improved big time. Another thing is desktop apps GUI design, even using a great IDE such as NetBeans will not help you. A complex GUI will always be a problem for developers.

    For web applications I still think JSP is great, better than ASP anyway
    "I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
    My Blog

  40. #40
    PowerPoster Jenner's Avatar
    Join Date
    Jan 2008
    Location
    Mentor, OH
    Posts
    3,712

    Re: Java and .NET [Very Serious]

    Question... is Silverlight platform independent? I know it's browser independent.

    Java in my opinion has one thing and one thing only going for it. It allows you to write a locally executable program that will run, without any modification, on any platform.

    For web development, ASP.NET and Java can both be used to accomplish the same things and are completely cross-platform; Java running applets locally while ASP.NET runs remotely. As long as the web server is IIS, there is no issue here.

    For local application development, as long as it's on a Microsoft system, .NET is faster, has more features, has a much better development environment, is easier to learn and from what I've seen, has more online help and support like these forums than Java.

Page 1 of 2 12 LastLast

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