What is the difference between java and .Net?
Answer Posted / ganesh
where java is programming language which supports all
operating systems(platform independent), and where as .net
is frame work which supports upcoming operating systems only.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Write a code to create a trigger to call a stored procedure
What is the difference between variable declaration and variable initialization?
How do you define a singleton class?
What are the common uses of "this" keyword in java ?
Why method overriding is used?
How many characters is 16 bytes?
What will happen if there is a default method conflict as mentioned above and we have specified the same signature method in the base class instead of overriding in the existing class ?
How does thread synchronization occurs inside a monitor?
Does java support function overloading, pointers, structures, unions or linked lists?
What is a default constructor and also define copy contrucyor?
What does nullpointerexception mean?
Is arraylist ordered in java?
Does it matter in what order catch statements for filenotfoundexception and ioexception are written?
String class is defined under which package in java?
Can you start a thread twice in Java?