What is anti pattern in java?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

Why does java does not support multiple inheritance? Explain

0 Answers  


What’s a deadlock?

0 Answers  


When abstract methods are used?

1 Answers  


What is difference between equal and == in java?

0 Answers  


What is difference between identifier and variable?

0 Answers  






What is data string?

0 Answers  


How to sort elements in a parallel array in java?

0 Answers  


What is an array length?

0 Answers  


Consider that class classA, abstract class classB, and final classC have been defined.Which one of the following is correct? 1. classA extends classC implements classB 2. class A extends classB, classC 3. classA extends classB 4. classB implements classC

2 Answers  


What is immutable class? how to make a Class explicitly "Immutable"?Wap to make a class explicitly immutable.

3 Answers  


What is the difference between super class & sub class?

0 Answers  


How many types of the indexof method are there for strings?

0 Answers  


Categories