Hot Story
Java Basics: Lesson 11, Java Packages and Imports (Live Video Education)
Yakov Fain reaches Lesson 11 in his popular 'Java basics' series. This time he deals with how and why Java programmers working on large projects that have lots of classes usually organize them in different packages; and explores the new element introduced in Java 5.0 called static imports.
Reader Feedback : Page 1 of 1
#5 |
Howard N-H commented on the 13 Apr 2005
I'm glad you mentioned the use of interfaces as repositories of constants. While it may not be recommended in the strict sense of why interfaces exist, I've used this technique for years on large projects as a good way of organizing and reusing constants. |
#4 |
static imports commented on the 12 Apr 2005
So you can use wildcards in the import? Can you use static import for static classes? |
#3 |
Java Basics series commented on the 12 Apr 2005
Will the other 10 lessons be on SYS-CON.TV? |
#2 |
Java Live commented on the 11 Apr 2005
Is it Yakov Fain who is speaking at the moment? A live Java lesson - cool! |
#1 |
sundeep commented on the 11 Apr 2005
I used this lesson in conjunction with the last one, lesson ten on eclipse IDE and it really helped me |