Answer Posted / chandu
java is not purely platform independent
but .net is purely platform dependent
in the views of platform=os+cpu
and jvm generates different .class files
| Is This Answer Correct ? | 1 Yes | 10 No |
Post New Answer View All Answers
What does string [] args mean?
What is the syntax and characteristics of a lambda expression? Explain
How are multiple inheritances done in Java?
Which one of the following suits the description of a string better: derived or primitive?
What is size () in java?
What is sortedmap in java?
What are the advantages of passing this into a method instead of the current class object itself?
How to convert string to char and vice versa?
What restrictions are placed on method overriding in java programming?
What are the procedures?
What is method in java ?
What are keywords and reserved words in java?
What is the use of default method in interface in java? Explain
Explain about interthread communication and how it takes place in java?
Why call by value prevents parameter value change?