Others
If you are not able to find any relevant tag related to your question/articles/blogs etc you can add this tag in that case
and can send a feedback to us with name and description of your required tags. we will make sure to add those tags in system. sending feedback section is available in footer under help and support section.
Java
Java is a high-level object-oriented programming language. it's firstly released by Sun Microsystems in 1995. Use this tag when you're having queries using or understanding the language. This tag is also applicable to Java libraries and frameworks.
JavaScript
JavaScript is a scripting or programming language that allows you to implement complex features on web pages. It is the third layer of standard web technologies ( others two are html and css).
Note:- JavaScript is NOT Java.
Integer
Common datatype in many programming languages for representing both negative and non-negative whole numbers.
Random
This tag is used for random number and their generators.
String
String is a data type used in most of the programming language. String is a sequence of characters and can contain letters, spaces , symbols ,numbers etc. commonly used for text, though sometimes for arbitrary data.
C
C is a procedural and general-purpose programming language. Mostly used for system programming , gaming ,libraries etc . This tag can be used for queries related to C language.
Note :- C is not C++ both are different programming language
RabbitMQ
RabbitMQ is an open-source messaging broker. It is lightweight and easy to deploy in the cloud and on premises. It supports multiple streaming and messaging protocols. It's supported via a plug-in architecture. It can be deployed in distributed and federated configurations to meet high-scale, high-availability requirements.
SQL
SQL stands for Structured query language. It is a programming language for storing and processing information in a relational database. It is standard language for accessing and manipulating databases.
Database
A database is an organized collection of data. It is the collection of schemas, tables, queries, reports, views, and other objects. The data are typically organized to model aspects of reality in a way that supports processes requiring information. Use this tag if you have questions about designing a database.
DBMS
DBMS stands for database management system . It is a software system that is designed to organize and manage data
with the help of this user can create, modify and query a database. as well as manage the security and access controls for that database.
Oracle Database
Oracle Database is a proprietary multi-model database management system produced and marketed by Oracle Corporation
MySQL
MySQL is an open-source relational database management system
PostgreSQL
PostgreSQL is a free, open source relational database management system. It was initially developed as a successor of the Ingres database
AWS
AWS stands for Amazon Web Service.
Amazon EC2
Amazon EC2 stands for Amazon Elastic Compute Cloud.
Array
An array is a systematic arrangement of similar objects, usually in rows and columns.
Linked List
Linked List is a Data Structure.
Stack
Stack is a Data Structure
Queue
Queue is a Data Structure
Tree
Tree is a Data Structure
Graph
Graph is a Data Structure
Algorithms
Algorithms means a set of rules that we follow to solve a problem
Character
Character is a Data Structure.
HashTable
HashTable is a Data Structure.
Binary Search Tree
Binary Search Tree is a Data Structure.
Binary Tree
Binary Tree is a Data Structure.
AVL Tree
AVL Tree is a Data Structure.
Ternary Tree
Ternary Tree is a Data Structure.
N-ary Tree
N-ary Tree (Generic Tree) is a Data Structure.
Red-Black Tree
A red-black tree is a kind of self-balancing binary search tree where each node has an extra bit.
B-Tree
B-Tree is a self-balancing search tree.
B+ Tree
B+ Tree is one next level of opt on B Tree
Segment Tree
Segment Tree is a tree data structure used for storing information about intervals or segments.
Singly Linked List
Singly Linked List is a Data Structure.
Doubly Linked List
Doubly Linked List is a Data Structure.
Circular Linked List
Circular Linked List is a Data Structure.
Circular Doubly LL
Circular Doubly Linked List is a Data Structure.
Header Linked List
Header Linked List is a Data Structure.
Set
Set is a Data Structure.
Prev
1
2
3
4
5
Next
Trending Articles
Amazon Transaction Logs (example question), Amazon Transaction Logs Interview question
How to Approach HR Interview Questions , What to Keep in Mind While Answering HR Interview Questions, HR Interview Questions and Answers
HR Interview Questions and Answers For Freshers
System Design Interview Questions | System Design Interview Questions for Freshers | Job Interview System Design Questions | Practice with common System Design Interview Questions | Top companies System Design Interview Questions | Frequently asked System Design Interview Questions
Top DSA interview question | DSA Interview Question | DSA interview questions and answers | Data Structures and Algorithms | Data Structure Interview question | top companies interview question | most frequently asked interview questions | DSA interview coding problems | topic wise interview questions
Prepare for your next tech interview with these top Java interview questions and expert answers. Boost your confidence and crack Java interviews.
Class Library in .net core. how to create class library in .net core. A class library is a project that contains reusable code such as functions, methods, and classes that can be shared across multiple applications. Class libraries encapsulate logic, making your codebase modular, maintainable and easier to test. step by step guideline for creating .net core class library.
Collections in c# | c# collections | type of collection in c# | collection classes and operations
9 Clean Coding Principles To Keep In Mind, Mastering clean code is essential for building maintainable, scalable, and bug-free software.