
Search In
1) A test plan is a document which describes the approach to test a system or a software product whereas Test Strategy is a guideline which describes the test design/methods and determines how the testing to be done.
2) Components of test plan includ
Access modifiers in java are used to control the access of other classes to access the class or method.
There are different type of access modifiers used
1.Public-It is the default access modifier it means that your class or method is visible to al
Menu item type in Joomla defines type of page which will display when user select any menu item. As menu item is link to that particular page and menu item type determines the type of that page. For eg if user select category list so it list all the
There are few most common ways to fix database connection errors which are as given below.
1 Need to check Database details such as username or password which is exist in configuration.php is either incorrect or has been changed.
2 Compare databas
Hello people,
With the new roll of android studio 1.4 we have received many cool features one of them is Branching of layout into precise manner.
Android has introduced two different layouts while we create the main activity, these two activities a
Servlet Filter is a unique concept of java technology, which intercept to Http repuest in web application. It's can intercept Http request for servlets, JSP's or other static contents.
Filter's, In which servlet filter's doesn't dependent on each ot
SQL rename statement is used to change the name of the table in database . Sometime we want to change our table name i.e we want to give some useful name of our table . SO by using this statement we can do the same .
Syntax
Rename oldTableName to N
SQL SELECT DATE
if you want to retrieve a date from database,use this staement. For eg. you want to find a particular date from a database, this statement is the answer.
1)For example: let's see the query to get all the records after '2013-12-12'
If you need something like all of your's html pages to be run like php files you can do the steps below:-
Step 1
Create a .htaccess file on your root.
Step 2
And add the line below
AddType application/x-httpd-php .html .htm
Or if you are using
Hello Readers,
The below is the certain points which show the difference between echo and print in php:
Echo and print both are the statements in PHP.
Both are used to output data to the screen.
3. In php echo is faster than print because both e
