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
Does constructor return any value?
how can you catch multiple exceptions in java?
Is alive method in java?
What are the advantages of inner classes?
What is math floor in java?
What is data member in java?
Which is better list or arraylist in java?
What is a constructor, constructor overloading in java?
what is the purpose of the runtime class?
What do heavy weight components mean in java programming?
What do you understand by garbage collection in Java? Can it be forced to run?
How many bits is a char?
What is a boolean used for?
what methods would you overwrite in java.lang.object class?
What is Java Reflection API? Why it’s so important to have?