Explain the scope of a variable.
No Answer is Posted For this Question
Be the First to Post Answer
What is protected in java?
Can we write a class without main method in java?
What are the methods of object class ?
what do you mean by classloader in java?
Are static members inherited to sub classes?
What does \ mean in regex?
What an i/o filter?
If a method is declared as protected, where may the method be accessed in java programming?
Is class forname reflection?
Integer.parse Int(bf.readLine(System.out.println("enter value for n["+m+"]:"))); can it run under this
Does constructor creates the object ?
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