What is the difference between java and .Net?
Answer Posted / reddy
what we simlpy say is .net is a framework, which consist of
languages(c++,c#,vb.net,j# etc) as well as technologies
(asp.net etc) with platform independent.where as java is
progamming language with technology it self. java is also
platform independent.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Which is the best approach for creating thread ?
Is null function in java?
How do you declare an array that will hold more than 64KB of data?
What is difference between this and super keyword?
Explain reverse a linked list recursive java solution?
Can we override private method in java?
What is time complexity java?
What is the use of conditional statement?
I want to print “hello” even before main is executed. How will you acheive that?
What is the use of toarray () in java?
Write a java program to find the route that connects between Red and Green Cells. General Rules for traversal 1. You can traverse from one cell to another vertically, horizontally or diagonally. 2. You cannot traverse through Black cells. 3. There should be only one Red and Green cell and at least one of each should be present. Otherwise the array is invalid. 4. You cannot revisit a cell that you have already traversed. 5. The maze need not be in the same as given in the above example
Define jre i.e. Java runtime environment?
What is singletonlist in java?
How many types of memory areas are allocated by JVM in java?
Can you tell me range of byte?