Mr. Satyabrata has Published 355 Articles

Logical Design of IoT

Mr. Satyabrata

Mr. Satyabrata

Updated on 29-Aug-2023 19:31:56

44K+ Views

The logical design of an Internet of Things (IoT) system entails the creation of an abstract representation of entities and processes, steering clear detailed implementation specifications. It relies on the utilization of Functional Blocks, Communication Models, and Communication APIs to effectively establish a functioning system. In this article, we will ... Read More

What are the Applications of IIoT?

Mr. Satyabrata

Mr. Satyabrata

Updated on 29-Aug-2023 19:29:27

334 Views

The Industrial Internet of Things (IIoT) is an integration between machines, & software that allows data transfer & communication in industrial operations. IIoT has transformed the industrial sector by improving efficiency, decreasing operational costs, & enhancing productivity. The evolution of IIoT has led to the growth of several applications that ... Read More

On-Premise IoT Platforms and Examples

Mr. Satyabrata

Mr. Satyabrata

Updated on 29-Aug-2023 19:28:19

308 Views

IoT is growing rapidly. IoT platforms do all the tasks from data collecting & storage to analyzing the data. It makes IoT platforms the backbone of the IoT ecosystem. In the market, there are two main types of IoT platforms one is cloud−based & other one is on−premise. ... Read More

Check If a Particular File System is Open or Not in Java

Mr. Satyabrata

Mr. Satyabrata

Updated on 18-Aug-2023 09:15:39

1K+ Views

In Java, a file system is a hierarchical structure used to organize and store files and directories on a storage device. It provides a standard way to access and manipulate files and directories, regardless of the underlying storage device, such as a hard disk, USB drive, or cloud storage. ... Read More

How to Convert Char to Int in Java?

Mr. Satyabrata

Mr. Satyabrata

Updated on 17-Aug-2023 17:35:59

1K+ Views

In Java, smaller datatype can be converted to bigger datatype. Here, we will see how to convert char datatype to int datatype. The char data type is a single 16-bit Unicode character. It has a minimum value of '\u0000' (or 0) and a maximum value of '\uffff' (or 65, 535 ... Read More

Create a Matrix and Fill Primary Diagonal with 1 and Secondary Diagonal with 2

Mr. Satyabrata

Mr. Satyabrata

Updated on 17-Aug-2023 17:33:03

443 Views

In Java, a matrix can be represented using a two-dimensional array. Matrices are used for storing and manipulating data that have a tabular structure. Matrices have several properties and operations associated with them, such as addition, subtraction, multiplication, transposition, and determinant calculation. As per the problem statement we have ... Read More

Java Program to Create a Matrix and Fill it With Palindrome Number

Mr. Satyabrata

Mr. Satyabrata

Updated on 17-Aug-2023 17:27:34

345 Views

In Java, a matrix can be represented using a two-dimensional array. Matrices are used for storing and manipulating data that have a tabular structure. Matrices have several properties and operations associated with them, such as addition, subtraction, multiplication, transposition, and determinant calculation. As per the problem statement we have ... Read More

Java Program to Create a Matrix and Fill it With Armstrong Number

Mr. Satyabrata

Mr. Satyabrata

Updated on 17-Aug-2023 17:25:59

258 Views

In Java, a matrix can be represented using a two-dimensional array. Matrices are used for storing and manipulating data that have a tabular structure. Matrices have several properties and operations associated with them, such as addition, subtraction, multiplication, transposition, and determinant calculation. As per the problem statement we have ... Read More

Find Difference Between Sum of All Rows and All Columns in Java

Mr. Satyabrata

Mr. Satyabrata

Updated on 17-Aug-2023 17:21:36

169 Views

In Java, a matrix can be represented using a two-dimensional array. Matrices are used for storing and manipulating data that have a tabular structure. Matrices have several properties and operations associated with them, such as addition, subtraction, multiplication, transposition, and determinant calculation. As per the problem statement we have ... Read More

Get Interior & Exterior Angle of Regular Polygon When Numbers of Sides of Polygon is Given in Java

Mr. Satyabrata

Mr. Satyabrata

Updated on 17-Aug-2023 17:17:31

134 Views

A polygon is a 2-dimensional closed shape that has at least 3 sides. Depending on the number of sides, relationships of the sides and angles, and other characteristics, polygons can be classified under different names like triangles, squares, and quadrilaterals. An interior angle of a polygon is an angle ... Read More

Previous 1 ... 3 4 5 6 7 ... 36 Next
Advertisements