What is replaceall in java?
No Answer is Posted For this Question
Be the First to Post Answer
Can we define package statement after import statement in java?
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 { }
java Technical questions asked by JPMC
How do you pass by reference?
Can we restart a dead thread in java?
What is abstract class constructor called?
wht is mean by dirty read?
How do you identify independent and dependent variables?
Why does java doesnot support multiple inheritance?
What is the formula to calculate percentage?
What are the OOAD concepts in java explain with examples?
Can you inherit a constructor java?