Can we serialize singleton class?
No Answer is Posted For this Question
Be the First to Post Answer
What is logical variable?
What is * argv?
How many days will it take to learn java?
What is the statements?
Can you inherit from an abstract class java?
What method is used to compare two strings ?
Given: 1. package test; 2. 3. class Target { 4. public String name = “hello”; 5. } What can directly access and change the value of the variable name? 1 any class 2 only the Target class 3 any class in the test package 4 any class that extends Target
why constructor dont have returns type?
Can I learn java in 3 months?
What is the difference between Java Program Constructor and Java Program Method, What is the purpose of Java Program constructor Please Explain it Breafily?
What is the difference between checked exception and unchecked exception?
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.