What is the difference between java and .Net?
Answer Posted / neeraja lakshmi
In .NET due to disconnected data access through ADO.NET,
has a high level performance against JDBC which requires
multiple roundtrips to the data base
And Now a days MS people are saying that .NET can support
more than 40 languages.Its Majaor advantage is the Visual
studio.Net which is highly efficient than anyother IDE..
| Is This Answer Correct ? | 74 Yes | 30 No |
Post New Answer View All Answers
Explain the private protected method modifier?
What is an immutable object? How do you create one in java?
What is private protected in java?
What is the statements?
is there a separate stack for each thread in java? : Java thread
What does %4d mean in java?
What is meant by null and void?
What is scope of a variable?
How to perform linear search in java?
What is comparator in java?
What is the purpose of using javap?
Explain how to convert any java object into byte array.
What is t in generics in java?
What about static nested classes in java?
Can you access non static variable in static context?