Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
Explain the Inheritance principle.
Explain the Inheritance principle. Inheritance is the process by which one object acquires the properties of another object. 2013-03-01, 2332👍, 0💬
Describe the principles of OOPS
Describe the principles of OOPS There are three main principals of oops which are called Polymorphism, Inheritance and Encapsulation. 2013-02-28, 2284👍, 0💬
What is OOPS?
What is OOPS? OOP is the common abbreviation for Object-Oriented Programming. 2013-02-27, 2176👍, 0💬
How you can force the garbage collection?
How you can force the garbage collection? Garbage collection automatic process and can't be forced. 2013-02-27, 2181👍, 0💬
What is native code?
What is native code? The native code is code that after you compile it, the compiled code runs on a specific hardware platform. 2013-02-21, 2394👍, 0💬
Popular Posts:
Which bit wise operator is suitable for turning on a particular bit in a number? The bitwise OR oper...
What's the difference between J2SDK 1.5 and J2SDK 5.0? There is no difference, Sun Microsystems just...
How To Fade Image Edges to Background Colors? - PSP Tutorials - Fading Images to Background Colors w...
What will be printed as the result of the operation below: main() { int x=5; printf("%d,%d,%d\n",x,x. ..
What is CAR (Causal Analysis and Resolution)? The basic purpose of CAR is to analyze all defects, pr...