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 is byte data type?
What's the purpose of using break in each case of switch statement?
Can you add null to a list java?
How can we break singleton in java?
What is the difference between stringbuffer and stringbuilder class?
waht happens when a return type ,even void is specified for a constructor?
What is the maximum size of list in java?
What is meant by string is immutable?
What is a instance variable?
How can we access some class in another class in java?
Can a class be declared as static?
How does final modifier work?