What is a local class in java?
No Answer is Posted For this Question
Be the First to Post Answer
What is super keyword in java ?
What is hashing principle in java?
when,where and how to use abstract class and interface
What is the java reflection api? Why it’s so important to have?
What is unicode full form?
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 many types of java are there?
How to add menushortcut to menu item?
What is a java object and java application?
Why java does not supports multiple inheritance?
What state does a thread enter when it terminates its processing in java programming?
Explain importance of finally block in java?