All Basic Articles
Round 1: Coding round which had 10 MCQs based on JAVA and MYSQL along with 4 coding questions. The total duration was 75 mins (15… Read More
Round 1(MCQs): MCQs round consists of 40 MCQ questions from topics like DBMS, OOPs, Python or java language(you can choose anyone) and aptitude, Level of… Read More
Regular Expressions or Regex (in short) is an API for defining String patterns that can be used for searching, manipulating, and editing a string in… Read More
Given a string containing n numbers of words. The task is to swap the corner words of the string and reverses all the middle characters… Read More
In Java, when a variable is declared but not initialized, it is assigned a default value based on its data type. The default values for… Read More
Given a string S of size N consisting of only ‘(‘ and ‘)’ only and a positive integer K, the task is to check if… Read More
Project Introduction: In this article, we will learn how to make a simple text editor JavaScript application where we can manipulate the user input in… Read More
Given a string that contains uppercase letters as well as lower case letters. The task is to move all uppercase characters at the end of… Read More
ByteOrder is a class from java.nio package. In general Byte Order mean the enumeration of ByteOrder. In java there are primitive data types like int,… Read More
Given two positive integers W and H and N rectangles of dimension W*H, the task is to find the smallest size of the square required… Read More
Material-UI is a user interface library that provides predefined and customizable React components for faster and easy web development, these Material-UI components are based on… Read More
We come across a lot of information every day from different sources. Our newspapers, TV, Phone and the Internet, etc are the sources of information… Read More
java.net.ConnectException: Connection refused: connect is the most frequent kind of occurring networking exception in Java whenever the software is in client-server architecture and trying to… Read More
Blur distance means blur the border of an element and set its distance using CSS. In this article, we will see how to set the… Read More
The HTML <keygen> form attribute is used to specify one or more forms that the <keygen> element belongs to. Syntax: <keygen form="form_id"> Attribute Values:  It… Read More
Everyone knows how this global COVID-19 outbreak has created various uncertainties, particularly in the business world and the corresponding job sector. Various businesses have already… Read More
Structured Query Language or SQL is a standard Database language that is used to create, maintain and retrieve the data from relational databases like MySQL,… Read More
In this article, we are going to see how to find the average value in a column in SQL.  A column in the SQL table… Read More
Here, we are going to see how to find the shortest and longest string from a column of a table in a database with the… Read More