What is the purpose of methodology?
No Answer is Posted For this Question
Be the First to Post Answer
what is use of session tracking ?with example?
What design pattern you have used in your project? I answered Factory pattern, how it is implemented? What are its advantage? Do know about Abstract Factory?
What are some examples of variable costs?
What is the function of compareto in java?
What is difference between printf and scanf?
How variables are declared?
What is public static void main?
What is the default value stored in Local Variables?
Explain the difference between an Interface and an Abstract class?
What is the difference between superclass and subclass?
Hi ,i convert contrller as jSp And presentation as servlet ...will it do? if so what are advantage and idsadvantages
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