What is array command?
No Answer is Posted For this Question
Be the First to Post Answer
What is meant by local variable and instance variable?
Can we create a constructor in abstract class?
What is the difference between the font and fontmetrics classes in java programming?
What are different type of access modifiers?
How to add panel to a Frame?
This is my code i have a doubt class ab implements a,b { public void add() { System.out.println("Hi") } } interface a { public void add(); } interface b { public void add(); } in this code i have two interface implemented in the class has same method.just i want to know which method of interface implemented in the class. interface a or interface b? confused me .
explain what is transient variable in java?
What is the GregorianCalendar class?
Why declare Main() method as a static in java ?
Define how can we find the actual size of an object on the heap?
What is the intersection and union methods?
when,where and how to use abstract class and interface