What is the difference between java and .Net?
Answer Posted / dr. mahesh sanadya
(1)java is a language but .net is not a laguage. .net is a
framework which support multiple lanuage to devlop the
application.
(2).net is product of Microsoft but java is product of the
sun.
(3)every operating system support java and allow to run
progam, but .net is supported by only windows/IIs.
(4)Java is highly platform independent, but .net is
primarly for windows
(5).net use concept that "use any language(vb,C#,Vc++,Asp)
and run on .net platform but java is based on concept that
made program in java and run any platform
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are accessor methods in java?
What is a singleton in genetics?
Explain about exception propagation?
How many bytes is a string?
Is object a data type in java?
What is the destroy method?
What types of index data structures can you have in java?
List some important characteristics on jre
Is array dynamic in java?
What is member in java?
Why we use multi threading instead of multiprocessing?
What's the difference between comparison done by equals method and == operator?
What is a cup of java?
how would you implement a thread pool? : Java thread
Differentiate between a constructor and a method? Can we mark constructors final?