What is factory pattern in java?


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

Post New Answer

More Java Related AllOther Interview Questions

What is the use of lambda functions?

0 Answers  


How do I install java re?

0 Answers  


What are the rules regarding quotation marks?

0 Answers  


Do I need jdk or jre?

0 Answers  


Is jprofiler open source?

0 Answers  






Can an application have multiple classes having main method?

0 Answers  


can anyone tell me what kind of questions are asked for core java exam in aptech

0 Answers  


What is the difference between map and flatmap in java?

0 Answers  


I have deployed a .war file in my application server comprising of struts and hibernate.If i want to change the "dialect" property of hibernate cfg file how can i change(I have only .war file)... Thanks in advance

0 Answers  


public class Dog { private int weight; public int getweight(){ return weight; } public void SetWeight(int newWeight){ if (newWeight > 0){ weight = newWeight; } } } public class TestDog { public static void main(String[] args) { Dog d = new Dog(); System.out.println("Dog d's weight is " + d.getWeight()); d.setWeight(42); System.out.println("Dog d's weight is " + d.getWeight()); d.setweight(-42); System.out.println("Dog d's weight is " + d.getWeight()); } } class dog is compiled but there is an error in class TestDog when compiled and the error is with dot notations. I want to kmow why there is error in testdog class when compiled.

3 Answers  


What is dependency injection in java?

0 Answers  


What are messages in java?

0 Answers  


Categories