ProgrammingVilla – How this website helpful for you?
As the name of website “Programming Villa“, this is a villa of programming because of full programming material, and We are providing the following features to help you: 1. Tutorials: …
As the name of website “Programming Villa“, this is a villa of programming because of full programming material, and We are providing the following features to help you: 1. Tutorials: …
” WordPress is a CMS and CMS means content management system. which is use to develop websites. the CMS provides so many inbuilt tools, which are use to develop websites …
What is Methods overloading? ” In method overloading we can make the methods with the same name but with different parameters. When we call a function then C++ compiler matches …
1: Create table in the Oracle 2: Set up connectivity using data source a) Open the control panel -> Administrative tools -> Data sources b) System DSN -> Add -> …
XML designed to carry data, not to display data XML tags are not predefined. You must define your own tags XHTML has the same depth of expression as HTML, but …
Basic object oriented features and concepts Various important features of object oriented programming are: Objects and classes Encapsulation Polymorphism Inheritance Abstraction Message passing Dynamic binding 1. Objects and classes: The …
Access specifier We can inherit the two classes by using three access specifiers. access specifiers is also known as visibility mode. when a class is derived from an existing class, …
Life cycle of a thread A thread can have five different states, during its life time a thread is always in any one of these states and can move …
Union The concept of the union is same like the structure the difference is of their storage method. All the data-members of the union are share same storage area. Union …
JDK (java development kit) The JDK is a Sun’s tool kit for creating java software. It contains useful tools such as: 1. Compiler 2. Virtual machine 3. Class library 4. …