What is the difference between C++ & Java?
Answer Posted / murugan.s
Java make to Create console, window and web Applications..
but C++ only console application.
| Is This Answer Correct ? | 20 Yes | 2 No |
Post New Answer View All Answers
Which class contains a method: cloneable or object?
What is super in java?
Explain java heap space and garbage collection?
What is the meaning of flag day?
what is inner class in java?
When should a function throw an exception?
Does google use java?
Define "Access specifiers" in java.
Is a boolean 1 bit?
If we don’t want some of the fields not to serialize how to do that?
Write the algorithm to check the number non-leaf nodes in a tree.
Difference between == and .equals() ?
What is unmodifiable list in java?
there are N number of matchboxes numbered 1...N.each matchbox contain various number of stick.Two player can alternatevely pick some amount of stick from the higest stick containing box . The player is condidered win if there is no stick after his move.Find the final move so that the move player win. Note:In case the number of stick is equal ,pick the stick from the higest numbered box.
What does it mean that a method or field is “static”?