It can be of two types namely structural and non-structural database. The structural database is the one which can be stored in row and columns.… Read More
Category Archives: Technical Scripter
GCD (Greatest Common Divisor) of two given numbers A and B is the highest number that can divide both A and B completely, i.e., leaving… Read More
Here we are converting Fahrenheit temperature value to Celsius temperature value. Fahrenheit and Celsius are the measures of temperature having Unit in degrees as oF… Read More
Celsius scale is a temperature scale that is based on the freezing point of water at 0 °C and the boiling point of water at 100 °C.… Read More
JDBC(Java Database Connectivity) is a standard API(application interface) between the java programming language and various databases like Oracle, SQL, PostgreSQL, etc. It connects the front… Read More
Given a String count the total number of vowels and consonants in this given string. Assuming String may contain only special characters, or white spaces,… Read More
Sorting a string array in Lexicographical Order (Dictionary Order) using two approaches: By using any sorting technique to sort array elements. By using sort() function… Read More
Java is a most powerful programming language, by which we can do many things and Java is an industry preferable language. So it has a… Read More
In this article, you will get the ability to think how really OOP works in Java through C. Through C, you will understand the concept… Read More
Android Studio is the official IDE (Integrated Development Environment) for Android application development and it is based on JetBrains’ IntelliJ IDEA software. Android Studio provides… Read More
Every mathematical function, from the simplest to the most complex, has an inverse. In mathematics, inverse usually means the opposite. In addition, the inverse is… Read More
Prerequisite:- Requests , BeautifulSoup The task is to write a program to find all the classes for a given Website URL. In Beautiful Soup there… Read More
Numbers are the mathematical object used to count, measure, and label. The original examples are the natural numbers 1, 2, 3, 4, and so forth.… Read More
If there is an application containing a login form to be filled by the user, the login button should be disabled (meaning: it shouldn’t be… Read More
As it is discussed in How to Vibrate a Device Programmatically in Android previously in the article. So in this article, it’s been discussed how… Read More