Difference between Public, Private & Protected Access Modifier in PHP with example

Public Access Modifier:- Public Method or variable can be accessed from anywhere in the class. It means from inside or outside the class and child class also means anywhere you…

Read more »

What is difference between echo, print, and print_r in PHP with example?

Echo Statement:- The echo statement is used to output in display with or without parenthesis echo or echo() but no return value. Echo Statement faster than print Statement. ex:- Print…

Read more »
code-coverage-and-test-coverage-difference

Difference between Code Coverage and Test Coverage | Code Coverage VS Test Coverage

There is not any official distinguished between code Coverage and Test Coverage. Some practitioner has expressed their difference opinion in terms of defining Code Coverage and Test Coverage. Code coverage…

Read more »
static-dynamic-code-analysis-difference

How to Differentiate Dynamic code analysis and Static code analysis?

Difference between dynamic code analysis and static code analysis Static analysis is the testing and evaluation of an application by examining the code without executing the application whereas Dynamic analysis…

Read more »
dynamic-code-analysis-vs-static-code-analysis

Dynamic code analysis VS Static code analysis

Difference between dynamic code analysis and static code analysis Static analysis is the testing and evaluation of an application by examining the code without executing the application whereas Dynamic analysis…

Read more »
difference-dynamic-code-analysis-and-static-code-analysis

Difference between dynamic code analysis and static code analysis

Difference between dynamic code analysis and static code analysis Static analysis is the testing and evaluation of an application by examining the code without executing the application whereas Dynamic analysis…

Read more »
ucc-vs-cloc-vs-powersoftware-vs-ez-metrics-vs-metrixware

Comparison Between UCC, CLOC, POWERSOFTWARE,EZ-Metrics and Metrixware

Unified CodeCount (UCC) CLOC POWERSOFTWARE EZ-Metrics Metrixware Languages C/C++, C#, Java, SQL, Ada, Perl, ASP, ASP.NET, JSP, CSS, HTML, JavaScript, VB, and VbScript YES – All ADA, Assembly, ASP, C#,…

Read more »
sloc-tools-comparison

SLOC Tools Comparison | SLOC Tools Differences | SLOC Tools Comparison Table

Tool Open Source – Commercial URL CAST Commercial www.castsoftware.com Sonar Open Source www.sonarsource.org SLOC Open Source -> Commercial http://www.dwheeler.com/sloccount/ RSM Commercial www.msquaredtechnologies.com LocMetrics Commercial www.locmetrics.com EZ-Metrics Commercial http://www.jamesheiresconsulting.com/Products.htm Metrixware Commercial…

Read more »
depot-migration-between-perforce-servers

Depot Migration between perforce servers with history and change list

There are many questions asked for the depot migration between server without losing any of the history  such as… Moving depots across servers Moving depots between servers Move a product…

Read more »