
BLOCKCHAIN – CRYPTOCURRENCY OR BITCOIN? [Basic concepts (Part 1)]
To answer in short, “Blockchain is not crypto currency!”, and I mean it! It sounds like, you are comparing Internet technology with Facebook. Internet is […]
To answer in short, “Blockchain is not crypto currency!”, and I mean it! It sounds like, you are comparing Internet technology with Facebook. Internet is […]
Using Docker + AWS to build, deploy and scale your application Docker application running that automatically builds your software on commit, and deploys it to […]
Apache Cassandra is a free distributed, high performance, scalable fault tolerant post-relational DB system (which follows flat file DB system). Typically this is used when […]
Suppose there is one input JSON which is mapped with an Employee.java class as below: package com.test; import java.util.HashMap; import java.util.Map; import javax.annotation.Generated; import com.fasterxml.jackson.annotation.JsonAnyGetter; […]
Copying a file is very commonly used in Java programs, though there are no API present to copy/paste a file or directory. But there are […]
The advantage of HSQLDB is that it supports SQL-92, 2008, 2011 standards and the small DB engine fastens the process. Also it offers In-memory and […]
This is the excerpt for your very first post.
Copyright © 2021 | WordPress Theme by MH Themes