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
How can we make a class virtual?
What will happen if there is a default method conflict as mentioned above and we have specified the same signature method in the base class instead of overriding in the existing class ?
What is the reason behind using constructors and destructors?
What is consumer in java?
Can we override constructor?
Where to store local variables?
What is communist flag?
Can you override private or static method in java?
Explain with example the concept of constant variable in java.
What is token in java?
When do we use hashset over treeset?
How do you compare values in java?
what is ststic with example
Difference between linkedlist and arraylist.
What is meant by overloading?