Article Categories
- All Categories
-
Data Structure
-
Networking
-
RDBMS
-
Operating System
-
Java
-
MS Excel
-
iOS
-
HTML
-
CSS
-
Android
-
Python
-
C Programming
-
C++
-
C#
-
MongoDB
-
MySQL
-
Javascript
-
PHP
-
Economics & Finance
Articles on Trending Technologies
Technical articles with clear explanations and examples
Pattern LITERAL field in Java with examples
Enables literal parsing of the pattern. In this, all the characters including escape sequences and, meta-characters don’t have any special meaning they are treated as literal characters. For example, normally if you search for the regular expression “^This” in the given input text it matches the lines starting with the word "This". Example 1 import java.util.regex.Matcher; import java.util.regex.Pattern; public class LTERAL_Example { public static void main(String[] args) { String input = "This is the first line" + "This is the second line" ...
Read MorePattern MULTILINE field in Java with examples
Enables multiline mode in general, the ^ and $ meta characters matches the start and end of the given input with the specified characters irrespective of the number of lines in it. Example 1 import java.util.regex.Matcher; import java.util.regex.Pattern; public class MULTILINE_Example { public static void main( String args[] ) { //String regex = "(^This)";//.*t$)"; String input = "2234 This is a sample text" + "1424 This second 2335 line" + "This id third 455 line" ...
Read MoreWhat is the full form of EPROM?
Introduction Erasable Programmable Read-Only Memory (EPROM) is a non-volatile memory chip type that can be modified, deleted, and reconstructed more than once. In the past, embedded systems, microcontrollers, and other electronic devices frequently employed EPROMs to store firmware and other vital system data. Using a network of transistors and capacitors, EPROMs store binary data. The erasability of EPROMs distinguishes them from other varieties of memory chips. The chip must be removed from the gadget and placed in a specialized rubber machine, where it will be subjected to ultraviolet light for the duration of the several-minute-long erasing operation. Working Principle ...
Read MoreWhat is the full form of FCI?
Introduction Food Corporation of India (FCI) was founded in 1965 to guarantee an adequate food supply for the nation's expanding population. The FCI is in charge of running a nationwide system of stores and depots where food grains are kept. Through its extensive transportation network, the FCI also plays a significant part in distributing these grains to different regions of the nation. In addition to its primary duties, the FCI also offers a variety of additional services, such as the implementation of welfare programs based on food, the administration of food- related crises, and the advancement of food grain ...
Read MoreWhat is the full form of FDC?
Introduction Floppy Disk Controller (FDC) is an electronic device used to manage the reading and writing of data on floppy disks. In the 1980s and 1990s, floppy disks—a type of magnetic storage medium—were frequently used to store data. The floppy disk drive (FDC) and the computer's central processor unit (CPU) are both connected through the FDC. It regulates both the formatting of data on the disk and the data flow between the computer and the disk drive. The FDC gives instructions to the disk drive so that it may spin the disk and place the read-write head where it ...
Read MoreWhat is the full form of FHR?
Introduction Foetal heart rate (FHR) is the heart rate of the foetus. With the advent of technology, medical science has advanced significantly, and we can now monitor the process of childbirth with incredible accuracy and attention. Earlier, even the notion of trying to understand what was happening while the foetus developed inside the womb would have been outlandish. But today, not only can we find the gender of the baby with 100% accuracy before birth, but we can also monitor the baby’s development at every stage of the way. Medical check-ups and care during pregnancy is known as prenatal ...
Read MoreWhat is the full form of FIPB?
Introduction Foreign Investment Promotion Board (FIPB) was a government body in India responsible for processing foreign direct investment proposals and granting approvals until it was abolished in 2017. The board played a crucial role in regulating and promoting foreign investments in the country and was responsible for approving foreign investments that were not covered under the automatic route. The FIPB reviewed foreign investment proposals and granted approvals based on their potential impact on the economy and national security. Its primary objective was to attract foreign investors to India and to facilitate their entry into the Indian market, while ensuring ...
Read MoreWhat is the full form of FIR?
Introduction First Information Report (FIR) is a written document that is prepared by the police in India, Bangladesh, and other countries to record the details of a crime or an offense that has been committed. The FIR is typically filed by the victim or a witness to the crime, and it is considered the first step in the legal process of investigating and prosecuting a crime. The information recorded in the FIR includes the date, time, and location of the crime, the identity of the victim and the accused, and a description of the offense. Purpose of FIR The ...
Read MoreWhat is the full form of DMDK?
Introduction Desiya Murpokku Dravida Kazhagam (DMDK) is a local political party in Tamil Nadu, India. In 2005, Vijayakanth, a former actor who is now in politics, launched it. The rights and wellbeing of Tamil Nadu's citizens are the party's main priorities. Desiya Murpokku Dravida Kazhagam's (DMDK) salient features − Formation and Leadership − Vijayakanth served as the organisation's founder and president when DMDK was founded on September 14, 2005. In order to solve socio-political difficulties in the state, Vijayakanth, a well-known actor in the Tamil film industry, entered politics. Ideology − Social justice, regional independence, and Tamil Nadu's ...
Read MoreWhat is the full form of DPMS?
Introduction Display Power Management Signaling (DPMS) technology is employed by the computer's graphics card or monitor to save energy by shutting off the display when it is not in use. The monitor receives instructions from DPMS instructing it to enter a low- power condition or to turn off entirely. The VESA Display Power Management standard, which is widely supported by contemporary computer hardware and operating systems, includes a function called DPMS. How Display Power Management Signaling works To govern the power condition of the display, Display Power Management Signaling (DPMS) sends signals between the computer's graphics card and the ...
Read More