Latest Articles
How to Delete Row in SQL Server [10 Practical Examples]
sql delete multiple rows, sql delete row if exists, sql delete all rows, sql delete duplicate rows, sql delete from select, sql delete row where column …
git HEAD~ vs HEAD^ vs HEAD@{} Explained with Examples
The tilde (~), caret(^) and at-sign(@) are reference suffixes used in GIT. Ideally if HEAD was a merge, then first parent is the branch into which we merged and …
Configure multi-master replication OpenLDAP [Step-by-Step]
Multi-master replication in OpenLDAP is a replication technique using Syncrepl to replicate data to multiple provider ("Provider") Directory servers. Under the …
Java User Input - Multiple Ways [Easy Examples]
In java programming language, we have three different kinds of methods through which we can take java user input including Scanner class, Buffered class, and …
Java String Concatenation Examples [4 Methods]
Java string concatenation examples using plus operator, String.concat() method, StringBuffer class and StringBuilder class
