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
Can we overload the main() method?
Is array a class in java?
whatis Home interface and Remoteinterface? with example?
What is a text string?
What are the special characters?
What does n mean?
What is adapter in java?
Why are generics used?
For class CFoo { }; what default methods will the compiler generate for you>?
What happens if constructor is private?
What is collection class in java? List down its methods and interfaces.
What is slash r?
What is classpath?
Can we override the static methods?
What are new features introduced with java 8 ?