How the elements are organized in GridBagLayout?
What should I import for arraylist in java?
Is 0 an even number?
How can u increase the heap size in the memory?
What are the drawbacks of reflection?
What is JVM ? use of JVM?
When do you call copy constructor?
0 Answers Tavant Technologies, Virtusa,
What is main difference between variable and constant?
What are Normalization Rules? Define Normalization?
Hi friends am new to java. I read jar file means collection of java files. For executing struts application what are the necessary jar files. " struts.jar " file contains what. can u explain
what is the difference between Object Based Language and Object Oriented Language?
What is java and its types?
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 .