Is age a discrete variable?
No Answer is Posted For this Question
Be the First to Post Answer
public class Base { public void myMethod(int a,intb) {} } // Uses myMethod and then hides it. public class DerivedOne extends Base { private void myMethod(int a,int b); } will this compile or not .yes or no. why
How do I find and replace in word?
where singleton classes are used in j2ee web application.can we use it for connection pooling.
Explain the difference between an object-oriented programming language and object-based programming language?
What advantage does an entity bean have over a sessin bean?
What is the abstraction?
What is the difference between size and length in java?
What is difference between protected and private?
Can an interface have a class?
What are exception handling keywords in java?
If there is no implementation of MARKER INTERFACE in java. Then how compiler come to know about specification.
whatis Home interface and Remoteinterface? with example?