Fundamentals of Cloud

Introduction of Fundamentals of Cloud Computing Cloud computing enables businesses and individuals to benefit from cost savings, scalability, flexibility, and the ability to access and manage computing resources remotely.  Definition Cloud computing refers to the delivery of computing services, including servers, storage, databases, networking, processing power, software applications, and analytics, Read more…

Loading

In-Built Functions

There are the following categories of in-built functions or library functions available in VB .net :  – (1.) VB Math in-Built Functions CInt() This function is used to convert the value(practically numeric) of different data types into an integer type. Syntax: CInt(val) Fix() Fix Function in Visual Basic.net is used Read more…

Loading

Polymorphism Examples

Example :  Polymorphism examples in VB .NET program in Subroutine to use Function/Method Overriding using Polymorphism in Console Application. Example : Polymorphism examples in VB .NET program in to display Abstract Class & Method using Polymorphism in Console Application.

Loading

Namespaces

Definition of Namespace In VB.NET, a namespace is a container that holds or is the vast collection of a set of related objects, such as classes, interfaces, structures, enumerations, and other namespaces. Features of Namespace Each namespace contains various classes, interfaces, and structures with specific functionalities, providing a rich set Read more…

Loading

Cyber Laws and IT Act

Introduction of Cyber Laws and IT Act Cyber laws, also known as Cybercrime laws or internet laws. Cyber laws and IT Act is one of the major components of Cyber Security. Definition of Cyber Laws and IT Act Cyber laws are legal regulations and frameworks that govern and address issues related Read more…

Loading

Splash Screen … (Examples)

Example : How to create a Splash Screen for an Android App/Activity using XML and Android Java. AndroidManifests.xml file —————————— [Set .SplashScreenActivity.xml file as Top in Activity tag with — contents] activity_splash_screen.xml —————————— SplashScreenActivity.java —————————— package com.rkm.myapplication; import androidx.appcompat.app.AppCompatActivity; import android.content.Intent; import android.os.Bundle; import android.os.Handler; public class SplashScreenActivity extends AppCompatActivity Read more…

Loading

Misc Basic Codes (Examples)

Example : How to Create a New Project/Android Apps First Time in Android Studio(version Koala 2024.1.1)? Open a well set and properly configured Android Studio – Choose ‘Projects’ – Choose ‘New Project’ – Choose ‘Phone and Tablet’ templates – Choose ‘Empty Views Activity’ templates – Next – Put the Project/Application Read more…

Loading