-
Magic method or Dunder method in Python
__str__ function : The __str__ method is a special method in Python classes that is used to define a string representation of an object. The method should return a string that provides a human-readable representation of the object’s state. This string is used when the object is printed, or when the built-in str() function is called on the object.…
-
Variable in Python
Overview: In this blog discuss about What is a variable in Python?,Rules for Python variables,Python Assign Values to Multiple Variables,Assign values at Single or Double Quotes,Get the Type ,Casting,Object Reference in Python. What is a variable in Python? A Python variable is a reserved memory location to store values (ie.,Variable is containers that store values)…
-
Python Introduction
Overview: In this blog discuss about what is python ? and its uses. Advantage of python and then it’s keyword. What is Python? Python is a high-level, general-purpose, interpreted object-oriented programming language. Similar to PERL, Python is a programming language popular among experienced C++ and Java programmers. Python is a computer programming language often used…
-
MVC Architecture
Model-View-Controller (MVC): The Model-View-Controller (MVC) framework is an architectural/design pattern that separates an application into three main logical components Model, View, and Controller. Each architectural component is built to handle specific development aspects of an application. Model: It is known as the lowest level which means it is responsible for maintaining data. Handle data logically so it basically deals with…
-
Multithreading
Multithreading in Java: Multithreading refers to a process of executing two or more threads simultaneously for maximum utilization of the CPU. A thread in Java is a lightweight process requiring fewer resources to create and share the process resources. Multithreading and Multiprocessing are used for multitasking in Java, but we prefer multithreading over multiprocessing. This is because…
-
String
What is a Java string? A Java string is a sequence of characters that exists as an object of the class java.lang. Java strings are created and manipulated through the string class. Once created, a string is immutable — its value cannot be changed. A string is sequence of characters. A class is a user-defined template for creating an object. A…
-
Self Introduction , Strength
Self Introduction: Don’t mention the following: SWOT Analysis: Technical Strength: Softskill Strength: Mention below following: Character: Some points: What are Meeting Minutes? Meeting minutes are notes that are recorded during a meeting. They highlight the key issues that are discussed, motions proposed or voted on, and activities to be undertaken. The minutes of a meeting…