What is the difference between java and .Net?
Answer Posted / reddy
what we simlpy say is .net is a framework, which consist of
languages(c++,c#,vb.net,j# etc) as well as technologies
(asp.net etc) with platform independent.where as java is
progamming language with technology it self. java is also
platform independent.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Can a class be a super class and a sub-class at the same time? Give example.
whatis Home interface and Remoteinterface? with example?
What is called module?
Is null an object in java?
What is the properties class in java programming?
Can I declare a class as private?
Can we sort list in java?
What’s the difference between unit, integration and functional testing?
How do you get the length of a string in java?
What is bifunction in java?
What is the use of parse function in java?
What is the public method modifier?
What are the four integer types supported by java?
Does java have extension methods?
Can we catch more than one exception in a single catch block?