what is the difference between statis block and static
variable
Answer Posted / ryry
ryryt
| Is This Answer Correct ? | 0 Yes | 8 No |
Post New Answer View All Answers
What is the difference between overriding and overloading in OOPS.
What is local class in java?
How is a structure different from array ?
What is return in java?
What is charat ()?
What is continuity of a function?
How to display arraylist values 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 is subsequence of a string?
What is the buffer limit?
Is string is a keyword in java?
Can we create more than one object singleton class?
Can we create an object if a class doesn't have any constructor ( not even the default provided by constructor ) ?
Is arraylist ordered?
What is difference between char array and string?