What is the difference between java and .Net?
Answer Posted / srikanth
java is not a language independent but .net is a language
independent
| Is This Answer Correct ? | 27 Yes | 58 No |
Post New Answer View All Answers
What is widening and narrowing in java? Discuss with an example.
What does percent mean in java?
What is jar?
How can you traverse a linked list in java?
Write an algorithm program in java for the following question.. 1) S is a set of integers.X is an integer obtained by sum of two digits in S. Write logic for whether or not the X is from the S. The time of algorithm should not exceed o(n logn).
Is integer a class?
What is the difference between arraylist and hashset in java?
What is the primitive type short?
What is bean? Where it can be used?
What are different access specifiers in java?
Can we convert stringbuffer to string?
When should you make a function static?
What is mysql driver class name?
Can a class extend more than one class?
What is return type in java?