What do you mean by local variable and instance variable?
No Answer is Posted For this Question
Be the First to Post Answer
What is exception hierarchy in java?
What is protected access modifier?
What are the differences between the constructors and methods?
What is broken and continue statement?
What are recursive functions?
What is loop in java?
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 .
Why are lists ordered in java?
What is the public method modifier?
What is difference between stringbuffer and string?
What is the escape character in java?
diff b/w sleep(1000) and wait(1000)?