aakash.chamola
aakash.chamola
@aakash-chamola
Trusted Member
Joined: Mar 3, 2023
Last seen: May 13, 2023
Topics: 3 / Replies: 54
Reply
Answer to: What contextual classes can be used to style the panels?

To color the panel, use contextual classes (.panel-default, .panel-primary, .panel-success, .panel-info, .panel-warning, or .panel-danger)

2 years ago
Reply
Answer to: What is object oriented programming?

Object-oriented programming (OOP) is a computer programming model that organizes software design around data, or objects, rather than functions and lo…

2 years ago
Reply
Answer to: What are pointers?

Pointers in C are used to store the address of variables or a memory location. This variable can be of any data type i.e, int, char, function, array, …

2 years ago
Reply
Answer to: What is a ClassLoader?

The Java ClassLoader is a part of the Java Runtime Environment that dynamically loads Java classes into the Java Virtual Machine. The Java run time sy…

2 years ago
Reply
Answer to: What is pep 8?

PEP stands for Python Enhancement Proposal, and there are several of them. A PEP is a document that describes new features proposed for Python and doc…

2 years ago
Reply
Answer to: What is the difference between list and tuples in Python?

The primary difference between tuples and lists is that tuples are immutable as opposed to lists which are mutable. Therefore, it is possible to chang…

2 years ago
Reply
Answer to: What are the 5 basic concepts of programming language?

Here are the 5 basic concepts of any programming language: Variables. Control Structures. Data Structures. Syntax. Tools.

2 years ago
Reply
Answer to: What is a dangling pointer ?

Dangling pointers and wild pointers in computer programming are pointers that do not point to a valid object of the appropriate type. These are specia…

2 years ago
Reply
Answer to: How do APIs work?

Most web APIs sit between the application and the web server. The user initiates an API call that tells the application to do something, then the appl…

2 years ago
Reply
Answer to: what is jupyter notebook?

The Jupyter Notebook is an open source web application that you can use to create and share documents that contain live code, equations, visualization…

2 years ago
Reply
Answer to: What is game engine?

A gaming engine is a software development environment, also referred to as a “game architecture” or “game framework,” with settings and configurations…

2 years ago
Reply
Answer to: What is Encapsulation?

Encapsulation is one of the fundamental concepts in object-oriented programming (OOP). Let’s see how we can implement encapsulation using Java. By …

2 years ago
Reply
Answer to: What is computer ?

A computer is a machine made by a human to perform the tasks given by a human.

2 years ago
Reply
Answer to: What is the concept of parsing?

Parsing is the process of converting formatted text into a data structure. A data structure type can be any suitable representation of the information…

2 years ago
Reply
Answer to: there is some glitch in the time stamp I guess.

replies to the questions are also considered while ascertaining that time stamp. someone might have replied to that question 6 minutes ago. But y…

2 years ago
Page 2 / 4