590 Views
Diwali is a festival of joy and celebration so why not make this Diwali special for your loved ones to gift them a romantic and special gift?
Give your partner a special and useful gift. Every girlfriend and wife has a huge shopping list and a wishlist. Every girl loves expensive jewelry, clothes, ...
Anamika Gupta
Mar 21, 2023
6854 Views
In Machine Learning (and in mathematics) there are often three values that important
Mean - The standard value
Median - The middle value
Mode - The the most common value
Example: We have registered the roll number of 12 students:
Number= [99, 82 87, 81, 82, 102 87, 94, 78, 71, 85, 82 ]
What ...
Anamika Gupta
Jan 20, 2020
2290 Views
The list of keywords in Java and their use are:-
abstract
boolean
break
byte
case
catch
char
class
continue
default
do
double
else
extends
false
final
finally
float
for
if
implements
import
instanceof
int
interface
long
native
new
null
package
private
protected
public
return
short
static
super
switch
synchronized
this
throw
throws
transient
true
try
void
volatile
while
abstract ...
Anamika Gupta
Sep 16, 2018
4278 Views
String is used to handle a function it is a sequence of characters .There are some of the string with example.
1. addcslashes :-
It return the String with backslashes before the character.
<?php
echo addcslashes('Hello[ ]', 'A..z');
?>
Output
\H\e\l\l\o\[ \]
2. addslashes ...
Anamika Gupta
Jul 14, 2018
3599 Views
What is SQL?
SQL is a structure Query language which is used to manage relational database and perform various operations .It is a standardized programming language working on a various queries such as INSERT,SEARCH, UPDATE, DELETE database record. It is pronounced as ...
Anamika Gupta
May 24, 2018
6747 Views
Class in javascript
Classes are the function which is used to define expression and declarations. Basically the Java script is a classless language, it supports the object.In the javascript class work in the same way like other language that's why classes are called syntactic sugar .
class ...
Anamika Gupta
May 18, 2018
7918 Views
Latitude and Longitude are unit for geographical cordinates and you frequently need to pick geolocation for user profiles, outlets etc. Here we described the use of Google Geo Location API.
To create map and map events first you need to register on google and take a geo location API Key.
To get ...
Sheetal Kumar
Feb 03, 2018
2796 Views
To work in PHP firstly understands the concept of (OOP) Object-Oriented Programming (PHP OOP), is a type of programming language added to php5, that helps in building complex, reusable web applications.
OOP is easy, simple and fast and easily debug, Once you figure out the basic ...
Anamika Gupta
Jan 31, 2018