Mr. Satyabrata has Published 387 Articles

Benefits of an IoT Application Enablement Platform (AEP)

Mr. Satyabrata

Mr. Satyabrata

Updated on 15-May-2023 15:05:50

219 Views

An IoT Application Enablement Platform (AEP) is a software platform designed to enable and simplify the development and management of IoT applications. It provides a set of tools and services for developing, deploying, and managing IoT applications. The AEP typically includes a range of capabilities, such as device management, data ... Read More

Benefits and Challenges of Blockchain in IoT

Mr. Satyabrata

Mr. Satyabrata

Updated on 15-May-2023 15:05:08

411 Views

Blockchain is a new advancement in the case of a highly secure transaction. This advancement is based on distributed ledger technology. If you want very secure, tamper-proof transactions without a central authority then this is it. If we talk about the Internet of Things or IoT, this technique refers to ... Read More

Java Program for Inserting a Node in a LinkedList

Mr. Satyabrata

Mr. Satyabrata

Updated on 04-May-2023 16:42:00

2K+ Views

A linked list is a linear data structure that consists of a sequence of elements called nodes, where each node contains a data element and a reference (or pointer) to the next node in the sequence. The importance of linked lists lies in their flexibility, as nodes can be inserted ... Read More

How to Know whether a Line Touches, Intersects or Lie Outside a Circle in Java?

Mr. Satyabrata

Mr. Satyabrata

Updated on 04-May-2023 16:39:32

279 Views

A circle is a closed shape formed by tracing a point that moves in a plane such that its distance from a given point is constant. A line is a straight one-dimensional figure that does not have a thickness, and it extends endlessly in both directions. In this article we ... Read More

How to Know If Two Convex Regular Polygons have Same Centre or Not in Java?

Mr. Satyabrata

Mr. Satyabrata

Updated on 04-May-2023 16:38:01

115 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. The convex polygon definition explains that one is a polygon ... Read More

How to Confirm If Given Four Points Form a Square in Java?

Mr. Satyabrata

Mr. Satyabrata

Updated on 04-May-2023 16:36:21

589 Views

A square is a two-dimensional shape which has four sides of equal length. The opposite sides of a square are parallel to each other and all four interior angles are right angles with diagonal of equal length. In this article we will check how to confirm if given four points ... Read More

Replace Negative and Positive Matrix Elements with 0 & 1 in Java

Mr. Satyabrata

Mr. Satyabrata

Updated on 04-May-2023 16:19:48

320 Views

In Java, Array is an object. It is a non-primitive data type which stores values of similar data type. The matrix in java is nothing but a multi-dimensional array which represents multiple rows and columns. Here we have given a matrix which contains set of elements including both positive and ... Read More

How to Print Lower Triangular Matrix in Java?

Mr. Satyabrata

Mr. Satyabrata

Updated on 04-May-2023 16:16:42

358 Views

In Java, Array is an object. It is a non-primitive data type which stores values of similar data type. The matrix in java is nothing but a multi-dimensional array which represents multiple rows and columns. Triangular Matrix − A square matrix is called as a triangular matrix if all the ... Read More

How to Find Sum of Matrix Elements in Java?

Mr. Satyabrata

Mr. Satyabrata

Updated on 04-May-2023 16:13:42

2K+ Views

In Java, Array is an object. It is a non-primitive data type which stores values of similar data type. The matrix in java is nothing but a multi-dimensional array which represents multiple rows and columns. Here we have given a matrix which contains set of elements and as per the ... Read More

How to Display an Identity Matrix in Java?

Mr. Satyabrata

Mr. Satyabrata

Updated on 04-May-2023 16:04:22

628 Views

In Java, Array is an object. It is a non-primitive data type which stores values of similar data type. The matrix in java is nothing but a multi-dimensional array which represents multiple rows and columns. An identity matrix is a square matrix where all the elements of the main diagonal ... Read More

Advertisements