what is diffrence between .NET and java?
Answers were Sorted based on User's Feedback
Answer / veeramani
.net is related to only microsoft.It can be run in
microsoft only.It is platform dependent.whereas java is
platform independent i.e.,It can run on any OS
| Is This Answer Correct ? | 10 Yes | 3 No |
Answer / subhransu sekhar das
it is clear that .netis platform independent because it
cannot work on every operating system...and also database
connectivityis not facilated by .net but in case of
java ..it fullfills the the above two problem
| Is This Answer Correct ? | 3 Yes | 3 No |
What happens if we don’t define serial version uid?
What do you understand by final value?
Give a practical example of singleton class usage?
What about abstract classes in java?
In a program, initializing an array of 100 KB is throwing an out of memory exception while there is 100 MB of memory available. Why?
What is null object in java?
What is the difference between class & structure?
explain the classification of exception and hoew to handle the exceptions
Can I declare a class as private?
How do you use parseint in java?
What is string :: npos?
Are nested try statements are possible?