Author name: Sankalp Ambre

Bit Stuffing

Hello Friends, In this tutorial we are going to study the topic of “Bit Stuffing” in Java. So a simple question that arises in our mind is – What does Bit Stuffing means ? In simple words when we communicate with other systems then there is a transmission of data. Sometimes, the system may not differentiate between …

Bit Stuffing Read More »

How To Perform String Concatenation With Primitive Data Type Values in Java

       String Concatenation In Java   Hello Friends, In this tutorial we are going to perform String Concatenation on  Primitive Data Type. “String are nothing but the sequence of characters”. String str = “Sankalp”;   Some Basic Prerequisite about String Concatenation –   Basically, string concatenation means joining many strings together to formed a combined …

How To Perform String Concatenation With Primitive Data Type Values in Java Read More »

Scroll to Top