PinnedExceptions in Java — A Guide to Exception HandlingExceptions are those unexpected events that occurs during the execution of a program. These unwanted events result in disruption of the…Jun 1Jun 1
PinnedPublished inThe StartupConstructors in C++ | Object—Oriented ProgrammingConstructors is another concept within Object-Oriented Programming (OOP). Constructors, aptly named, initialize object properties to…Feb 21Feb 21
PinnedPolymorphism with Java Examples | Object Oriented ProgrammingPolymorphism is a concept based on Object Oriented Programming or OOP, a programming model that is based upon the concept of Object…Jul 13, 2023Jul 13, 2023
PinnedPublished inThe StartupMultiple Inheritance in C++| Object-Oriented ProgrammingMultiple Inheritance is another feature in C++ wherein a class is capable of inheriting from more than one class. This happens when a…Feb 3Feb 3
PinnedPublished inThe StartupTCP/IP Socket Programming in JavaTCP is a Network Protocol which stands for Transfer Control Protocol, that allows well founded communication between applications. TCP is…Jul 23, 2020Jul 23, 2020
How I got into Walmart Global TechGetting placement before graduating is the foremost concern for final year grads. Here’s the complete journey how I got into Walmart.Aug 10, 2021Aug 10, 2021
Published inNerd For TechUnderscore.js | Top 10 Most Useful Functions with ExamplesUnderscore.js is a lightweight and superficial JavaScript library, that is not a complete framework but facilitates utility functions for aJun 14, 2021Jun 14, 2021
Published inThe StartupDecorators in PythonPython is considered to be a general purpose programming language because of it’s simplified syntax which emphasis on natural language…Sep 17, 20201Sep 17, 20201
Published inDev GeniusThe Impostors all of us are.Amid the global pandemic, everyone has been bothered about the situations. In fact, the country’s economy is facing a lot of ultimatums…Aug 18, 20203Aug 18, 20203
Published inThe StartupJava | MultithreadingConcurrent execution of multiple programs at a time (running Word and Chrome simultaneously) is Multiprogramming. Likewise, execution of…Aug 10, 20201Aug 10, 20201