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 is the size of a string in java?
Can we create object of static class?
What is codebase?
What is the function of static in java?
Why is java logo a cup of coffee?
Is java map thread safe?
Can we sort set in java?
Can we access the non-final local variable, inside the local inner class?
what is aggregation in java?
What is class and object in java?
If we allocate the memory using 'new' & de-allocated using 'free' then what will happen?
why are there separate wait and sleep methods? : Java thread
How arrays are stored in memory in java?
What is a method declaration?
What is the size of int?