I\'ve seen reference in some C# posted questions to a \"using\" clause. Does java have the equivalent?
No, there is no using in Java, the most similar functionality is the "import" keyword.