answersLogoWhite

0

What is Design pattern in java?

Updated: 12/15/2022
User Avatar

Wiki User

14y ago

Best Answer

The design patterns are language-independent strategies for solving common object-oriented design problems. Some common design patterns in Java are:

  • Singleton Pattern
  • Factory Pattern
  • etc
User Avatar

Wiki User

14y ago
This answer is:
User Avatar
More answers
User Avatar

roberts roberts

Lvl 2
2y ago

Design pattern is a set of code design experience that is repeatedly used, known by most people, classified and catalogued. The purpose of using design patterns is to reuse the code, make the code easier to be understood by others and ensure the reliability of the code. There is no doubt that design patterns are win-win for themselves, others and the system. Design patterns make code preparation truly engineering. Design patterns are the cornerstone of software engineering, just like bricks and stones of a building. The rational use of design patterns in the project can perfectly solve many problems. Each pattern has corresponding principles in reality. Each pattern describes a recurring problem around us and the core solution to the problem, which is also the reason why design patterns can be widely used.

from:basepath.net

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is Design pattern in java?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Where can one find free Java design patterns?

There are many online resources where you can find free Java design patterns. Here are a few places to start: Design Patterns in Java: This website provides a comprehensive guide to design patterns in Java, including explanations and examples of each pattern. The website is free to use and does not require any registration. GitHub: GitHub is a popular platform for developers to share code and collaborate on projects. You can find many free Java design patterns repositories on GitHub. Simply search for "Java design patterns" and browse the results. Udemy: Udemy is an online learning platform that offers many free Java courses, including courses on design patterns. Simply search for "Java design patterns" on Udemy and browse the results. YouTube: There are many Java experts on YouTube who offer free tutorials on design patterns. Simply search for "Java design patterns" on YouTube and browse the results. Stack Overflow: Stack Overflow is a popular Q&A platform for developers. You can find many discussions on Java design patterns on Stack Overflow, and the information is free to access.


Is it easy to design chat server in java swing?

Yes.


Why JAVA cantt support multiple inheritence?

It's by design.


What has the author Stephen Gilbert written?

Stephen Gilbert has written: 'Object-oriented design in Java' -- subject(s): Java (Computer program language), Objektorientierte Programmierung, Java (Programmiersprache), CD-ROM, Systementwurf, Object-oriented programming (Computer science) 'Object-oriented design in Java' -- subject(s): Java (Computer program language), Object-oriented programming (Computer science)


How can you designing a web?

You can design a websites with the help of HTML,CSS and Java Script.


Differences between Java Applet and Java Beans?

Java applet is a program used to run java applications while beans is a compiler used to design java programs (IDE, GUI) :-) GilbertC


Is java EE dependent on java SE?

EE is design for heavy duty business development and web use while SE is more general.


How do you design a java program that a gift shop can use to order merchandise?

You'll have to learn Java programming to do that. This is not something that can be explained in a few sentences, and a program that is actually useful in the real world will require a lot of effort to design it correctly.


Which Design pattern is used by SAX to interact with an application?

Observer design pattern


What does the acronym POJO stand for?

The acronym POJO stands for the term of Plain Old Java Object. In the programming and logic design language of Java frameworks, POJO means to designate an object as a Plain Old Java Object.


What is Logic error in java programming?

Logical errors are grammatical errors or mistakes made by a programmer in java, it may not affect the program design but it can change the context of the statements.


You want to design website and handle it.whether you should learn core java or advanced java?

You should learn HTML, JavaScript and other web programming languages. Leave learning Java until you have a good reason to learn it.