Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Ask a Question
List some Design patterns in JavaScript?
Home
JavaScript
List some Design patterns in JavaScript?
asked
Jul 16, 2019
in
JavaScript
by
Indian
List some Design patterns in JavaScript?
#java-script
1
Answer
0
votes
answered
Jul 16, 2019
by
Indian
Creational design pattern:
These patterns dealt with the mechanism of object creation which optimize object creation with the basic approach.
Structural design pattern:
these patterns deal with different classes and objects to provide new functionality.
Behavioral Patterns:
These patterns are to improve communication between objects and to recognize patterns.
Concurrency design patterns:
These patterns handle with multi-thread programming paradigms.
Architectural design patterns:
These patterns used to deal with architectural designs.
Related questions
0
votes
design patterns in java
asked
Sep 3, 2019
in
JAVA
by
Robin
#java-script
Java-questions-answers
+1
vote
How to add/remove properties to object dynamically in Javascript?
asked
Jul 16, 2019
in
JavaScript
by
Indian
#java-script
+1
vote
What is difference between Array.splice() and Array.slice() method in JavaScript?
asked
Jul 16, 2019
in
JavaScript
by
Indian
#java-script
+1
vote
How to redirect a page to another page in Javascript?
asked
Jul 16, 2019
in
JavaScript
by
Indian
#java-script
+2
votes
What is let and const in javascript?
asked
Jul 16, 2019
in
JavaScript
by
Indian
#java-script
+2
votes
How to add one new element at end of an array in javascript?
asked
Jul 16, 2019
in
JavaScript
by
Indian
#java-script
0
votes
Name some of the design patterns used in Spring Framework?
asked
Jul 28, 2020
in
Spring
by
Robindeniel
#spring-framework-design-patterns
#design-patterns-spring-framework
0
votes
Name some of the design patterns which are used in JDK library.
asked
Oct 16, 2019
in
Design Patterns
by
DavidAnderson
#designpatterns
0
votes
List some of the disadvantages of JavaScript.
asked
Jun 8, 2022
in
JavaScript
by
sharadyadav1986
javascript-disadvantages
0
votes
List some of the advantages of JavaScript.
asked
Jun 8, 2022
in
JavaScript
by
sharadyadav1986
javascipt-advantages
0
votes
List some features of JavaScript.
asked
Jun 8, 2022
in
JavaScript
by
sharadyadav1986
javascript-features
+1
vote
How Do You Refer To The Main Browser Window That Opened It?
asked
Dec 4, 2019
in
JavaScript
by
SakshiSharma
#java-script
+2
votes
What is MUL functions?
asked
Jul 16, 2019
in
JavaScript
by
Indian
#java-script
+2
votes
How can you move element in lowercase to uppercase from an array?
asked
Jul 16, 2019
in
JavaScript
by
Indian
#java-script
+2
votes
What is closure and how do you use it?
asked
Jul 16, 2019
in
JavaScript
by
Indian
#java-script
...