Why .net is not platform independent ? Why we cannot create con folder in windows?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jinsaugustin
    New Member
    • Sep 2010
    • 5

    Why .net is not platform independent ? Why we cannot create con folder in windows?

    how we can create con folder in windows?
    why .net is not platform independent ? why we cannot create con folder in windows?
    disadvantages of j2ee cmparing to .net?
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    What?
    You can create folders in .NET: System.IO.Direc tory.CreateDire ctory(Directory Name);

    The .NET development tools are not independent, however you can run on other OSs with some extra tools.

    j2ee: Windows comes with .NET installed nowadays, not sure it comes with the java j2ee runtimes installed. So for joe user: less things to install for a .NET program.

    Comment

    • ZiadElmalki
      New Member
      • Sep 2010
      • 43

      #3
      There are a couple open source implementations of the CLR that allow it to run on other platforms. Mono which is sponsored by Novell and runs on Linux is the most popular.

      Comment

      • jagdeep gupta
        New Member
        • Aug 2010
        • 98

        #4
        If the code for Java are written and then compiled in .net compiler will it be platform independent or not.

        Comment

        Working...