All Basic Articles
Cookies are an important part of an application because cookies are used to set value in a key-value form which can be set in browser… Read More
Microcontroller is an microcircuit (IC) which will be programmed to perform a group of functions to regulate a set of electronic devices. Being programmable is… Read More
Oracle CGBU (Communications Global Business Unit) visited our Campus- VIT Vellore in the month of November for the profile – Associate Software Engineer.  Eligible Branches:… Read More
Training : Training refers to an education process in which employees get a chance to develop skills, competency and learning as per the post duty… Read More
The C++ program is written using a specific template structure. The structure of the program written in C++ language is as follows: Documentation Section: This… Read More
In HashSet, duplicates are not allowed. If we are trying to insert duplicates then we won’t get any compile-time or runtime error and the add()… Read More
Java ArrayList class uses a dynamic array for storing the elements. It is like an array, but there is no size limit. We can add… Read More
In this article, we are going to store data present in XML file into MySQL database using PHP in XAMPP server. XML: Extensible Markup Language… Read More
In this article, we are going to store data in database which is submitted through HTML form.  Requirements: XAMPP Server (Web Server) HTML PHP MySQL… Read More
We have given an array and the task is to convert the array elements into string. In this article, we are using two methods to… Read More
In jQuery, we can use the .get() method to make a get request and .post() method to make a post request but there is not… Read More
We have given the data in CSV file format and the task is to display the CSV file data into the web browser using PHP.… Read More
Limits in mathematics are defined as a value approaching the output for the given input values of a function. Limits are used in calculus for… Read More
Derivatives are used in Calculus to measure the rate of change of a function with respect to a variable. The use of derivatives is very… Read More
The Iterable interface was introduced in JDK 1.5. It belongs to java.lang package. In general, an object Implementing Iterable allows it to be iterated. An… Read More
AJAX is a technique, not a programming language that is used by developers to make websites behave like desktop applications. It operates on the client-side… Read More
Round 1 Online Test (Debugging Code+ Aptitude Test): This round consisted of easy logical and mathematical aptitude questions that have to do within a time… Read More
Queue: A Queue is a linear data structure that follows a First In First Out (FIFO) order in which the operations are performed. It is… Read More
Given two arrays, arr[] and brr[] of size N and M respectively, the task is to find the count of pairs (arr[i], brr[j]) such that… Read More