What is difference between fail-fast and fail-safe?
No Answer is Posted For this Question
Be the First to Post Answer
There are 2 classes, 1 LandAnimal and another WaterAnimal. There is another class Animal which wants to have the properties of both LandAnimal and WaterAnimal. How will you design this situation?
Can you use this() and super() both in a constructor?
basic difference b/w ALL types of JDBC driver.
Why is multiple inheritance not supported in java?
What is JVM ? use of JVM?
what is the difference between pagecontext and servletcontext?
what is private constructor?what are the uses of writing private constructor in our program?
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 .
What is java util list?
What is the difference between JVM and JRE?
what are the high-level thread states? : Java thread
What is the difference between overriding & overloading?