Total:
175 Java General Java Tutorials
Displaying:
1 - 10
-
|
Java: Upcasting and downcasting
in Java / General Java
2009-11-05
|
 |
|
Upcasting and downcasting are important part of Java, which allow us to build complicated programs using simple syntax, and gives us great advantages, like Polymorphism or grouping different objects. |
|
|
-
-
|
Java: Linked Lists in Java
in Java / General Java
2009-11-05
|
 |
|
The java.util package provides a linked list class. A linked list is a structure where you have a bunch of nodes that contain pointers to the next item in the list. |
|
|
-
-
-
-
-
-
-