Answer Posted / raja qaiser
package is container which contain difference classes,using
package we use functions of different classes.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is a local class in java?
What is the concatenation operator in java?
Difference between object instantiation and construction ?
Is java a digit method?
Why main function is static?
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.
How does thread synchronization occurs inside a monitor? What levels of synchronization can you apply?
What is the difference between heap and stack memory?
What is the difference between arraylist and hashset in java?
Why string is called as immutable?
Convert a BST into a DLL and DLL to BST in place.
What is a nonetype?
How would you format a date in java? I.e. In the ddmmyyy format?
What is final variable?
How do you declare an empty string?