What is double word?
No Answer is Posted For this Question
Be the First to Post Answer
How do you start a thread?
What is nullpointerexception?
What is object in java?
33. try { 34. // some code here 35. } catch (NullPointerException e1) { 36. System.out.print(”a”); 37. } catch (RuntimeException e2) { 38. System.out.print(”b”); 39. } finally { 40. System.out.print(”c”); 41. } What is the result if a NullPointerException occurs on line 34? 1 c 2 a 3 ab 4 ac
Can you have an inner class inside a method and what variables can you access?
How do you sort an array in java?
What is left shift and right shift?
What is double parsedouble in java?
What is a singleton in genetics?
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.
explain Anonynous inner class?
What is difference between hash mapping and hash table?