What is the escape character in java?
No Answer is Posted For this Question
Be the First to Post Answer
What is difference between iterator and enumeration in java?
Explain the importance of join() method in thread class?
Name some OOPS Concepts in Java?
What is scope & storage allocation of global and extern variables? Explain with an example
What is 'finally' method in Exceptions?
What about interrupt() method of thread class ?
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 { }
program to validate the IP address? Validity range should be 0 to 255
What is the purpose of having the concept of overloading?
How to restrict a member of a class from inheriting by its sub classes?
What is method overloading in JAVA? Why is it not present in C ?
0 Answers Akamai Technologies,
what is recursion in java