
Search In
Components of Java Programing
The Java programming contains the following components:
Keywords.
Identifiers.
Operators.
Literals.
Keywords
Keywords are the commands used in Java program, these are the reserved words.
In Java all keywords are in
Types of Servers/Environment
Production Server
It is a server which is accessed by the end users or the real users and it contains the real time data of the end users.
The application or the software is installed into the production environment onc
Keep-Alive is a Directive in Apache that is used to maintain a persistent connection between client and server, which prevents a connection from breaking. It is also known as HTTP keep-alive, When we put KeepAlive Directive "on" it the allows same TC
Step-1 Install the Framework_agreement module.
Step-2 Framework_agreement->Model->Purchases.py
Step-3 After that custmozie purchases.py(Python file) file:
In below example, I have custmozied purchases.py file. You can directly copy the below py
Authentication plugin provides facility for user to authenticate the user from any source such as database. As all the plugins in Joomla are inherited by jPlugin class so we can create our own custom plugin which will inherit from base class for usin
libPhoneNumber
libphoneNumber Library is used to validate the phone number and it is a google's library mostly used by google products and Whatsapp
phone number validation is important for app so that you can get valid number from your users. Any
Here is a simple implementation of volley library in android ,
Create a calls and extend Application class, implements the volley request queue in it also initialize the static class object in it.
@Override
public void onCreate() {
super.onCrea
This is a simple example of how we use UNION ALL in Linq.
In fact there is no UNION ALL operator in Linq but we have an equivalent of UNION ALL as Concat operator.
So suppose we have two list (oldEmployees and newEmployees) which hold name and sal
The setTimeout() method in JavaScript sets a time interval during which the CPU wait to perform the task specified in it. It alter the time interval of the CPU to perform the tasks.
The Syntax of the setTimeout() is as :
setTimeout(task1,Timeinterv
In your xcode project first create a UItextfield type of cocoa touch class in case of underlined view create a uiview type of class as UnderlinedTextField or watever name suits you.
In UnderlinedTextField.h file of your class create a property as-
