Answer Posted / chandan kumar
No
| Is This Answer Correct ? | 16 Yes | 7 No |
Post New Answer View All Answers
What will be the initial value of an object reference which is defined as an instance variable?
What is difference overloading and overriding?
What class allows you to read objects directly from a stream in java programming?
What is the static method?
What is a get method?
What is floor in java?
What is the difference between the prefix and postfix forms of the ++ operator?
Is integer immutable 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.
Write a factorial program using recursion in java?
What is the use of 'super' keyword inside a constructor?
A non-static inner class may have object instances that are associated with instances of the class’s outer class. A static inner class does not have any object instances.
What are recursive functions? Give some examples?
difference between byte stream class and character stream class?
What is lambda in java?