
Search In
Suppose we have a string with full path with filename and we want to extract only the filename from the given path, then we can use Path.GetFileName method to extract only the file name.
Syntax: filename= Path.GetFileName(path);
Where path is par
What is :-
Regression testing ensures that quality of software is not disturbed because of the changes made..
Regression testing is used to ensure effectiveness of fixed bugs in the Application. Which means when a tester finds the bugs in the appli
The Answer to this question is yes, we can use enum in java with switch statement. the following examle shows how:
enum Car{THAR,XUV,SCORPIO}
class Cars {
Car car;
Cars(Car car)
{
this.car= car;
}
public void tell
The preprocessing of C source code is done before it is compiled by the compiler. The Preprocessor directives are the command used for preprocessing which starts with "#" symbol. The list of preprocessor directives that C language offers is given bel
A canvas is a rectangular area on an HTML page.
You can use a canvas tag in HTML to draw various shapes in your HTML page.
<canvas id="myCanvas" width="200" height="100"></canvas>
Drawing with JavaScript
var c = docu
Php Guys,
Why does this cURL show complete blank page ?
<?php
/*
ERROR HANDLING
*/
declare(strict_types=1);
ini_set('display_errors', '1');
ini_set('display_startup_errors', '1');
error_reporting(E_ALL);
mysqli_report(MYSQLI_REPORT_ER
People have gotten used to the new ways of selling courses and that is online. Social Media plays a pivot role in getting you more buyers for your online courses which you had toiled hard to accomplish. The task doesn’t lie in the situation whe
Java is a popular language for building websites and applications, it is widely used across the world. From custom software solutions to web development, Java is used everywhere. There are countless Java consulting companies in different parts of the
Failure is difficult for most people to admit. Perhaps this is because we live in a culture that tends to reserve all praise and rewards for people who are successful in life and in business.
When an entrepreneur fails in the tech industry,
Prior to creating a C++ program, one needs to start the C++ IDE. The instructions for starting C++ all depend on the system one is using. This unit assumes that the individual is using the Bloodshed compiler. Incase, one uses a different version of C