+91 88606 33966            edu_sales@siriam.in                   Job Opening : On-site Functional Trainer/Instructor | Supply Chain Management (SCM)
Year: 2023

JAVA OOPS CONCEPTS

In this article, we will learn about the basics of OOPs. Object-Oriented Programming is a paradigm that provides many concepts, such as inheritance, data binding, polymorphism, etc. Object means a real-world entity such as a pen, chair, table, computer, watch, etc. Object-Oriented Programming is a methodology to design a program using classes and objects. It […]

JAVA VARIABLES

A variable is a container which holds the value while the Java Program is executed. A variable is assigned with a data type. Variable is a name of memory location. There are three types of variables in java: local, instance and static. There are two types of data types in java: primitive and non-primitive. TYPES […]

PYTHON OOPS CONCEPTS

Python is an object-oriented Language and it is a powerful paradigm that can help you write modular and organized code. In Python, everything is an object. Major Principles of Object-Oriented Programming are- CLASS A class is a blueprint or template for creating objects. Objects are instances of classes. You can define a class using the […]

Exploring the Power of Dart in Flutter Development

Flutter, a UI toolkit from Google, has taken the world of mobile app development by storm with its ability to create natively compiled applications for mobile, web, and desktop from a single codebase. At the heart of Flutter is Dart, a programming language that plays a crucial role in making Flutter applications fast, expressive, and […]

React Native vs Flutter

Aspect React Native Flutter Programming Language JavaScript and React (or TypeScript) Dart UI Components Uses native components, rendered using native UI views Uses a widget-based system, where all UI components are widgets forming a tree Performance Generally good, but may have some limitations due to the bridge A steeper learning curve, especially for those not […]

ROLE OF DATABASE ADMINISTRATOR

What is the role of Database Administrator? Database Administrators (DBAs) play a critical role in managing and maintaining databases, ensuring the smooth operation of systems that store and retrieve data. The key responsibilities are:- Database Administrators are responsible for the design, implementation, security, and performance of databases. Their role is crucial in ensuring that data […]

NAMESPACES IN PYTHON

The namespaces in Python is a container that holds identifiers (names of variables, functions, classes, etc.) and maps them to their corresponding objects. It acts as a boundary, ensuring that names are unique and avoiding naming conflicts. Python provides multiple types of namespaces: 2. Enclosing Namespace:Enclosing namespaces come into play when you have nested functions, […]

Scroll to top