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 do you check if two strings are equal in java?
Explain about fail safe iterators in java?
What is the main method java?
what is bmg file and how to create that files?what will it contailn?
What is a method in programming?
How many bytes is a string in java?
Why do we use return statement?
What is connection class in java?
What is the meaning of find and replace?
Tell me about your ability to work under pressure
Define how can we find the actual size of an object on the heap?
What is the arraylist in java?
Explain spliterator in java8?
Can we change the scope of the overridden method in the subclass?
Why deletion in linkedlist is fast than arraylist?