What is the collection interface?
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?
whats is the use of final,in which situation final can be used in the application?
How do you use find and replace?
Hi friends, i am new to java. can you explain how java is secured.
What is unsigned char?
why the wait,notify,notifyall methods are placed in object class?these are the thread concepts why these methods are placed in Object class?
2 Answers Global Logic, Satyam,
When object is created and destroyed?
what is main purpose of abstract class?
What are the steps involved to create a bean?
What is the history of java?
Do we need to manually write Copy Constructor?
What is a deadlock ?