Answer Posted / vishwnath patil
this means byte code of java class that run on any
destributed environment.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is array sorting in java?
What is the difference between Java1.4 and Java1.5
What is the biggest integer?
Explain the advantages of packages in java?
Class c implements interface I containing method m1 and m2 declarations. Class c has provided implementation for method m2. Can I create an object of class c?
What is ellipsis in java?
Explain method local inner classes ?
Can we create our own wrapper class in java?
What is the difference between a switch statement and an if statement?
How do you escape sequences in java?
When wait(), notify(), notifyall() methods are called does it releases the lock or holds the acquired lock?
Why is core java important?
Difference between overriding and overloading in java?
what is function overloading 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.