demo.learner
demo.learner
@demo-learner
Trusted Member
Joined: Nov 26, 2022
Last seen: Apr 8, 2023
Topics: 3 / Replies: 68
Reply
Answer to: What is Logical errors?

A logic error is an error in a program’s source code that gives way to unanticipated and erroneous behavior. A logic error is classified as a type of …

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

Deque or Double Ended Queue is a type of queue in which insertion and removal of elements can either be performed from the front or the rear. Thus, it…

2 years ago
Reply
Answer to: What are Binary Trees?

Binary Tree is defined as a tree data structure where each node has at most 2 children. Since each element in a binary tree can have only 2 children, …

2 years ago
Reply
Answer to: What is a stack ? in programming

In computer science, a stack is an abstract data type that serves as a collection of elements, with two main operations: Push, which adds an element t…

2 years ago
Reply
Answer to: Going to wrong page

Okay. Thanks for reporting.

2 years ago
Reply
Answer to: What is the difference between robots and robotics?

A robot is a programmable machine that can complete a task, while the term robotics describes the field of study focused on developing robots and auto…

2 years ago
Reply
Answer to: Why is UI important?

User interface is important to meet user expectations and support the effective functionality of your site. A well-executed user interface facilitates…

2 years ago
Reply
Answer to: How to check if a string contains only digits?

class Test { public static void main(String[] args) { String str = “129843875”; boolean containsOnlyDigits = true; for (int i = …

2 years ago
Reply
Answer to: What is the range of values that can be stored by int datatype in C?

The INTEGER data type stores whole numbers that range from -2,147,483,647 to 2,147,483,647 for 9 or 10 digits of precision.

2 years ago
Reply
Answer to: What is the Data Cloud?

A data cloud provides an open, cloud-based data infrastructure that enables the availability, integration, portability, availability, and security of …

2 years ago
Reply
Answer to: what is java swing?

Java Swing is a part of Java Foundation Classes (JFC) that is used to create window-based applications. It is built on the top of AWT (Abstract Window…

2 years ago
Reply
Answer to: What is Business marketing?

Business marketing is the marketing of products to organizations for the direct use of the product in the production of another product, for use in th…

2 years ago
Reply
Answer to: what is xml?

Xml (eXtensible Markup Language) is a mark up language. XML is designed to store and transport data. Xml was released in late 90’s. it was created t…

2 years ago
Reply
Answer to: What is web scraping?

Web scraping is an automatic method to obtain large amounts of data from websites. Most of this data is unstructured data in an HTML format which is t…

2 years ago
Reply
Answer to: What is polymorphism?

he word polymorphism means having many forms. In simple words, we can define polymorphism as the ability of a message to be displayed in more than one…

2 years ago
Page 2 / 5