What is the difference between java and .Net?
Answer Posted / anusha kommi
in that my way of thinking java having single progam and
multiple platforms...
.net having multiple progams and single platform
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How do you input a string in java?
What is the purpose of file class?
Which data type is class in java?
Can we change the scope of the overridden method in the subclass?
Why is multithreading important?
Why is it called buffering?
This abstract class is correct ? abstract class A { public abstract void Disp(); public abstract void B() { } public absract virtual C() { } }
What are the pillars of java?
What is break and continue statement?
What is variable and constant explain with example?
how is final different from finally and finalize in java?
What will happen if static modifier is removed from the signature of the main method?
What happens if we override private method?
How do you declare a variable?
How to sort array of 0 and 1 in java?