What is the difference between java and .Net?
Answer Posted / tarakesh
Dot Net Framework a rich set of Classes(or API) and
interfaces where as java has poor framework. One of the
best feature of Ado.Net is its disconnected architecture
where there is no need to have connection establishment
with the DB always.
| Is This Answer Correct ? | 49 Yes | 18 No |
Post New Answer View All Answers
I want to control database connections in my program and want that only one thread should be able to make database connection at a time. How can I implement this logic?
Write a program to print all permutations of string?
What is valid keyword in java?
What do you mean by hashing?
How do you add an arraylist to an array in java?
Is age discrete or continuous?
Can we have 2 main methods in java class?
What is the use of System class?
what is the purpose of using rmisecuritymanager in rmi?
What is a stringbuilder?
What methods are used in Servlet?Applet communication?
How do constructors use this() and super()?
What is the output of the below java program?
What is finalize method?
What is the difference between sleep and wait in java?