Answer Posted / mohankrishnareddy.n
1.JAVA is a platform independent where as .net is a
partial plarform dependent.ie jvm generates the Byte code
which is runnable on any flatform.
2.JAVA provides high security compared to .net
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Can we inherit a class with private constructor?
what is the significance of listiterator in java?
Is there any limitation of using inheritance?
What is http client in java?
'A class is a template for an object' explain this statement.
what is bmg file and how to create that files?what will it contailn?
Is binary a low level language?
What is the base class for error and exception?
How to set the permissions to a file in java?
4.1 Supply contracts (in the form of comments specifying pre- and post conditions) for the enqueue() method of the LinkedQueue class given in the Appendix. (2) 4.2 Let Thing be a class which is capable of cloning objects, and consider the code fragment: Thing thing1 = new Thing(); //(1) Thing thing2 = thing1; //(2) Thing thing3 = (Thing) thing1.clone(); //(3) Explain how the objects thing2 and thing3 differ from each other after execution of the statements. (
What does substring mean?
What is protected in java?
What are the advantages of java over cpp?
Is a string literal?
What are strings in physics?