| Author |
help
|
Abdul Latif
Ranch Hand
Joined: Jul 18, 2001
Posts: 89
|
|
|
where can we get template help in java
|
 |
Weerawit Maneepongsawat
Ranch Hand
Joined: Apr 11, 2002
Posts: 203
|
|
I wanna help you but i can't understand your question. Can you give me more about that...
|
Weerawit<br />SCJP 1.4, SCWCD 1.2, SCWCD 1.4, SCBCD 1.3, SCBCD 5.0, SCMAD 1.0, SCJA 1.0, SCDJWS, SCJD, SCEA, SCDJWS 1.5
|
 |
Abdul Latif
Ranch Hand
Joined: Jul 18, 2001
Posts: 89
|
|
i meant the templates that we have in C++ . do java have those templates
|
 |
Marlene Miller
Ranch Hand
Joined: Mar 05, 2003
Posts: 1391
|
|
Hi Abdul, I am reading a book called C++ for Java Programmers by Timothy Budd. Since I am not sure what C++ templates are, I will tell you what Budd says. The template mechanism in C++ ... has no correspondence in Java. It looks like one use of templates is to define container data structures. In Java, collections (lists, sets and maps) are part of the java.util API.
|
 |
 |
|
|
subject: help
|
|
|