Question:

difference b/n java and .net

by Guest8596  |  12 years, 7 month(s) ago

0 LIKES UnLike

what is the difference between java and .net.i want brief explanation in 500 words

 Tags:

   Report

1 ANSWERS

  1. Jessica_Nancy
    Java is from SUN while .net is a microsoft answer for java. The core for both system is same. In java source code is converted into byte code that is machine independent and interpreted by JVM. On the other hand in .net, source is converted into MSIL, that is interpreted by CLR. At this time Java runs on more platform than .net as JVM is implemented on variety of Operating system like MAC,Window,Linux,Unix etc while .net is currently supported by only windows OS. Although some open source projects (like mono project) are going to run .net code on linux,mac etc.
    .net support multiple languages like vb, c#,c++ for development.

Sign In or Sign Up now to answser this question!

Question Stats

Latest activity: 14 years, 9 month(s) ago.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.
Unanswered Questions