Tutorial Archive

What is HDFS?

What is HDFS? HDFS is a file system designed for storing very large files with streaming data access patterns, running on clusters on commodity hardware. Highly fault-tolerant  “Hardware failure is the norm rather than the …

Serialization in Java

Serialization in java is a mechanism of writing the state of an object into a byte stream. What is Serialization? – Serializable is a marker interface. When an object has to be transferred over a …

Network-as-a-Service (NaaS)

In cloud computing Network as a Service (NaaS) is provide remote network infrastructure as service securely with less cost. NaaS makes it possible to deploy custom routing protocols. NaaS provide virtual network Infrastructure to provide …

Why Contract First in Web Service

When creating Web services, there are two development styles: Contract Last and Contract First. When using a contract-last approach, you start with the Java code, and let the Web service contract (WSDL) be generated from …