| Mobile | RSS

Inheritance Example Output

Java Tutorial : Inheritance in Java – Part 2, Example

In the last article we saw the inheritance in java. The following syntax shows how to implement single level inheritance: class A { //body of Class A } class B extends A { //body of Class B } class C extends A { //body of Class C } In the preceding syntax, the extends keyword [...]

[ More ] 7th Sep, 2009 | No Comment | Posted in Java

Dependency Viewer – Find The Missing Files To Run The Program

There may be some programs that may not run on your computer owing to some of the essential files that may be missing. The common files that may missing are OCX, DLL, EXE, OLB or TLB file. But the question is how do we find out what files are missing to run the program? Certain [...]

[ More ] 21st Sep, 2008 | 3 Comments | Posted in Softwares