Startertutorials Blog
Tutorials and articles related to programming, computer science, technology and others.
Subscribe to Startertutorials.com's YouTube channel for different tutorial and lecture videos.
Home » Page 5

Java program for demonstrating inheritance and method overriding

Suryateja Pericherla Categories: Inheritance. No Comments on Java program for demonstrating inheritance and method overriding

Aim To write a program for demonstrating inheritance and method overriding.   Theory Inheritance Inheritance is defined as: Deriving properties and behavior of one class to another class. The class from which things are derived is known as super class and the class in to which things are derived to is known as sub class. […]

Read the rest of this entry »

Java program for demonstrating methods and method overloading

Suryateja Pericherla Categories: Basic. No Comments on Java program for demonstrating methods and method overloading

Aim To write a program for demonstrating methods and method overloading.   Theory One of the ways through which Java supports polymorphism is overloading. It can be defined as creating two or more methods in the same class sharing a common name but different number of parameters or different types of parameters.   You should […]

Read the rest of this entry »

Java program for demonstrating constructors

Suryateja Pericherla Categories: Basic. No Comments on Java program for demonstrating constructors

Aim To write a program for demonstrating constructors.   Theory A constructor is a special method which has the same name as class name and that is used to initialize the objects (fields of an object) of a class. A constructor has the following characteristics: Constructor has the same name as the class in which […]

Read the rest of this entry »

Java program for demonstrating data types, variables, operators, arrays, and control structures

Suryateja Pericherla Categories: Basic. No Comments on Java program for demonstrating data types, variables, operators, arrays, and control structures

Aim To write a program for demonstrating data types, variables, operators, arrays, and control structures in Java.   Theory Data Types A data type specifies the type of value a variable can store or the type of an expression. Java is a strongly typed language means that you should specify the type of a variable […]

Read the rest of this entry »

Program for demonstrating the basic structure of a Java program

Suryateja Pericherla Categories: Basic. No Comments on Program for demonstrating the basic structure of a Java program

Aim To write a program for demonstrating the basic structure of a Java program.   Theory A Java program is a collection of one or more classes, in which, one class contains the main method. Before looking at the structure of a Java program, let’s see the structure of a Java class. Structure of a […]

Read the rest of this entry »

Security Requirements and Security Solutions for IoT

Suryateja Pericherla Categories: IoT. No Comments on Security Requirements and Security Solutions for IoT

Security Requirements Five functional components of security are defined in IoT reference architecture: Identity Management (IDM) Authentication Authorisation Key Exchange and Management (KEM) Trust and Reputation   Layer 1 Security Attack Solution Security depends on the devices and technology used.   Security solution for BLE at link-level is AES-CCM 128 authenticated encryption algorithm for confidentiality […]

Read the rest of this entry »

Xively for IoT

Suryateja Pericherla Categories: IoT. No Comments on Xively for IoT

Xively (formerly known as Cosm and Pachube) is an Internet of Things (IoT) platform owned by Google. Xively is basically a data collection, management, and distribution platform.   Xively offers product companies a way to connect products, manage connected devices and the data they produce, and integrate that data into other systems. Xively is a […]

Read the rest of this entry »

XaaS Cloud Service

Suryateja Pericherla Categories: IoT. No Comments on XaaS Cloud Service

A service consists of a set of related software components and their functionalities. Each service has an associated service description. A service also has an associated Service Level Agreement (SLA).   Cloud connects the devices, gateways, systems, applications, services, things, businesses and manufacturing processes.   Cloud services can be considered as distribution service, a service […]

Read the rest of this entry »

Business Processes and IoT

Suryateja Pericherla Categories: IoT. No Comments on Business Processes and IoT

Business processes (BPs) refer to a sequence of actions or a set of processes logically related to each other. A business process contains a series of activities.   An enterprise might have a number of interrelated processes, which serves a particular result or goal that may include M2M/IoT data acquiring, storing, organizing, and transactions using […]

Read the rest of this entry »

Devices, Gateways and Data Management in IoT

Suryateja Pericherla Categories: IoT. No Comments on Devices, Gateways and Data Management in IoT

In this article let’s explore the role of devices, gateways in IoT and also understand how data management takes place in an IoT system.   Device The device management assigns ID and address for each device: ID: Each device is assigned an unique ID which is used for source and destination address Addressing: Header fields […]

Read the rest of this entry »
Facebook
Twitter
Pinterest
Youtube
Instagram
Blogarama - Blog Directory