PHP Interview Question Answer For Fresher
What is PHP? PHP is a server side scripting language commonly used for web applications. PHP has many frameworks and cms for creating websites.Even a non technical person
Read MoreWhat is PHP? PHP is a server side scripting language commonly used for web applications. PHP has many frameworks and cms for creating websites.Even a non technical person
Read MoreHow to create a pure virtual function? A function is made as pure virtual function by the using a specific signature, ” = 0″ appended to the function
Read MoreWhat is difference between C and C++ ? C++ is Multi-Paradigm ( not pure OOP, supports both procedural and object oriented) while C follows procedural style programming. In
Read MoreQuestion # 1) What is self in PHP?Answer # In PHP self keyword is used to access static properties and methods.Question # 2) What is $this?Answer # It
Read More1. What is PHP?PHP is a widely-used, open-source server-side scripting language. PHP is an acronym for “PHP: Hypertext Preprocessor.” It allows the developers to develop dynamic web applications.
Read MoreWhat’s a Windows process? –> It’s an application that’s running and had been allocated memory. What’s typical about a Windows process in regards to memory allocation? –> Each
Read MoreWhat is .NET?.NET is essentially a framework for software development. It is similar in nature to any other software development framework (J2EE etc) in that it provides a
Read More1) Can we make array volatile in Java?This is one of the tricky Java multi-threading questions you will see in senior Java developer Interview. Yes, you can make
Read MoreWhat is Polymorphism? The Polymorphism can be referred as one name many forms. It is the ability of methods to behave differently, depending upon the object who is
Read MoreHow many storage classes are available in C++? Storage class are used to specify the visibility/scope and life time of symbols(functions and variables). That means, storage classes specify
Read More