what is bmg file and how to create that files?what will it
contailn?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between set and list?
What is classname class in java?
What is identifier in java?
What is the purpose of the enableevents() method?
What is meant by the value of a variable?
I Have a class abstract with one abstract method, so that method should override in the subclass, but i dont want to override, if i am not override what will happen? If compilation will occur then i dont want to give compilation error, then what we need to do??? See the sample program. public abstract class AbstractExample { public abstract void sampleMethod(); } public class AbstractExampleImple extends AbstractExample { }
how does the run() method in runnable work? : Java thread
How do you write methodology?
What is a cup of java?
What is the use of toarray () in java?
What's a method in programming?
did interface can implementation method ? i know its not possible but my interviewer said its possible ..but how..? any one have idea ???