What is continuity of a function?
No Answer is Posted For this Question
Be the First to Post Answer
class A { public void disp(int a,int b) { System.out.println("hai"); } } class B { public void disp(int a,int b,int c) { System.out.println("hai"); } } above program is overloading or overriding?
What is the superclass of exception?
What data type is a string?
why would you use a synchronized block vs. Synchronized method? : Java thread
How do you compare arrays in java?
How do you reverse sort in java?
What does indexof return in java?
What is meant by packages?
How can we achieve thread safety in java?
What do you mean by Hash Map and Hash Table?
If a method is declared as protected, where may the method be accessed in java programming?
what is main difference b/w abstract class and interface