What is the difference between java and .Net?
Answer Posted / naresh
Java is a single language shared by multiple platforms
nut .net is a framework for different languages but shared
by single platform
| Is This Answer Correct ? | 166 Yes | 27 No |
Post New Answer View All Answers
What is type conversion in java?
Can you call one constructor from another if a class has multiple constructors?
Can we create our own daemon thread?
Why char array is favored over string for the storage of passwords?
What are inbuilt functions in java?
What is the super void?
Define interface in java?
Is java a prime method?
Why is singleton class used?
Why arraylist is not synchronized in java example?
What is float in java?
How can you read an integer value from the keyword when the application is runtime in java? example?
Can a class be declared as protected?
What do you meant by active and passive objects?
What happens when a thread cannot acquire a lock on an object in java programming?