Question
Shall we use abstract classes or Interfaces in Policy / Strategy Design Pattern ?

Answers

Strategy deals only with decision making at runtime so Interfaces should be used.   Your Comment




More Software,Java Questions..
What is the inputsplit in map reduce software?

Can variables be used in Java without initialization?

What is the difference between java bean and enterprise java bean?

What is software configuration management?

How does the java database connectivity (jdbc) work?

What are the advantages of threads in java?

What Is Java Api For Xml-based Rpc (jax-rpc)?

How can you implement fine-grained auditing?

What is IBM’s simple explanation for Big Data’s four critical features?

What is static synchronized method in JDBC API? Give an example?

What does the NULLIF function do?

What happens if a start method is not invoked and the run method is directly invoked?

Should we override finalize method

what is the difference between mysql_fetch_array and mysql_fetch_object?

How will XML affect my document links?

What is object cloning in Java?

Why to use Style Sheets?

What are Filters in MVC?

Can you explain Application layer in OSI model?

How to define new testplan attributes?



Search
Can you Answer!!
  • Q What is the state bird of Telangana?
  • Q what is the Acronym for EBCDIC
  • Q Are you willing and available to travel with the family on occasion?
  • Q Arakan Yoma is an extension of Himalayas is located in:
  • Q Describe your vision of your perfect dream job?
  • Q What can employees do to show that they are fulfilling their duty of care obligation?
  • Q What are financial centers?
  • Q Let's say my service supports both starting a service and binding a service, and currently two persons have started my service and one person is binding to my service. After 5 minutes person who bound to my service, unbinds it.And other person stops my service, now is my service running in memory or got moved out from memory?
  • Q Explain role of javascript in adf?
  • Q #include
  • Q Suppose I have 150 controls on my View. Now I would like to store this data into database on submit button. Then tell me how many ways (types) I can store this data. ?