Explain the private protected method modifier?
No Answer is Posted For this Question
Be the First to Post Answer
We are seeing so many videos/audios as many web sited. But question is these videos or audios are stored in Databases ( Oracle, Mysql, Sybase,... ) or stored any file directory from there they will give the link for that? Pls explain and give sample code to achieve this one? Thanks, Seenu.
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 do you use final keywords and final variables in Java?
what is difference between abstract factory and factory design patterns?
What is a jit compiler?
How is object created in java?
Write the algorithm to check the number non-leaf nodes in a tree.
How infinite loop is declared?
What is a nested class?
What design pattern you have used in your project? I answered Factory pattern, how it is implemented? What are its advantage? Do know about Abstract Factory?
Compare java and python.
Can we extend singleton class in java?