Mediator Pattern Definition With the mediator pattern communication between objects is encapsulated with a mediator object. Objects no ...
Monday, 31 July 2017
Saturday, 29 July 2017
Design Patterns - Iterator Pattern
7/29/2017 06:41:00 pm
Iterator Pattern Definition The Iterator design pattern provides a way to access the elements of an aggregate object sequentially with...
Design Patterns - Command Pattern
7/29/2017 06:32:00 pm
Command Pattern Definition The Command pattern is used to create objects that represents actions and events in an application. A comman...
Thursday, 27 July 2017
Design Patterns - Chain-of-responsibility Pattern
7/27/2017 07:54:00 pm
Chain-of-responsibility Pattern The Chain-of-responsibility pattern lets more than one object handle a request without mutual knowledge. ...
Wednesday, 26 July 2017
Design Patterns - Decorator Pattern
7/26/2017 07:25:00 pm
Decorator Pattern Definition The Decorator pattern lets you attach additional responsibilities and modify an instance functionality dyn...
Design Patterns - Composite Pattern
7/26/2017 07:12:00 pm
Composite Pattern Definition The Composite pattern helps you to create tree structures of objects without the need to force clients to ...
Tuesday, 25 July 2017
Design Patterns - Abstract Factory Pattern
7/25/2017 06:30:00 pm
Abstract Factory Pattern Definition The Abstract Factory pattern is a creational pattern which is related to the Factory Method pattern...
Monday, 24 July 2017
Design Patterns - Bridge Pattern
7/24/2017 06:42:00 pm
Bridge Pattern Definition Decouple an abstraction or interface from its implementation so that the two can vary independently. Bridge m...
Design Patterns - Adapter Pattern
7/24/2017 06:13:00 pm
Adapter Pattern Also known as Wrapper. Definition The Adapter pattern is used to translate the interface of one class into another int...
Sunday, 23 July 2017
Design Patterns - Prototype Pattern
7/23/2017 06:53:00 pm
Prototype Pattern Definition The Prototype pattern is basically the creation of new instances through cloning existing instances. By cr...
Design Patterns - Builder Pattern
7/23/2017 06:45:00 pm
Builder Pattern Definition The Builder pattern can be used to ease the construction of a complex object from simple objects. The Builde...
Saturday, 22 July 2017
Design Patterns - Factory Pattern
7/22/2017 07:32:00 pm
Factory Pattern Definition The Factory pattern provides a way to use an instance as a object factory. The factory can return an instanc...
Design Patterns - Singleton Pattern
7/22/2017 09:42:00 am
Singleton Pattern Definition The Singleton pattern provides the possibility to control the number of instances (mostly one) that are a...
Linux Commands
7/22/2017 05:51:00 am
Change Directory cd Linux Command Change Access Permission chmod Linux Command Accept Linux Command aclocal Linux Command mkdir Create...
Friday, 21 July 2017
Java 8 - Sort Map by Value
7/21/2017 10:36:00 pm
In this article we are going to see about Java 8 - How to Sort map by value Example Java8SortMap.java package com.javatutorialcorner.ja...
Java 8 - Sort Map by Key
7/21/2017 10:30:00 pm
In this article we are going to see about Java 8 - How to Sort map by Key Example Java8SortMap.java package com.javatutorialcorner.jav...
Wednesday, 19 July 2017
tail Linux Command
7/19/2017 08:04:00 pm
tail tail [options] [files] Print the last 10 lines of each named file (or standard input if - is specified) on standard output. If mo...
Monday, 17 July 2017
Configure network interface - ifconfig Linux command
7/17/2017 06:58:00 pm
ifconfig ifconfig [interface] ifconfig [interface address_family parameters addresses] Description TCP/IP command. Assign an address ...
Delete the directories - rmdir Linux command
7/17/2017 06:54:00 pm
rmdir rmdir [options] directories Delete the named directories (not the contents). directories are deleted from the parent directory an...
Delete file - rm Linux command
7/17/2017 06:52:00 pm
rm rm [options] files Description Delete one or more files. To remove a file, you must have write permission in the directory that co...
Sunday, 16 July 2017
Set or display host name - hostname Linux Command
7/16/2017 07:26:00 pm
hostname hostname [option] [nameofhost] Description Set or display name of current host system. A privileged user can set the hostnam...
host Linux Command
7/16/2017 07:24:00 pm
host host [options] name [server] Description System administration command. Print information about hosts or zones in DNS. Hosts may...
tar Linux Command
7/16/2017 07:21:00 pm
tar tar [options] [tarfile] [other-files] Description Copy files to or restore files from an archive medium. If any files are directo...
Subscribe to:
Posts (Atom)