JavaLanguage Section Index | Page 5

How do I compute a Date 24 hours from now?

How do I declare a method to accept a variable argument list?

How do I enable assertions in a package and all its subpackages?

How do I create an enumeration?

How do I create an enumeration?

How do I get the set of values from an enumeration?

What's a static import?

What are the different types of annotations you can use in Java?

How can I tell the difference between wait(timeout) timing out and actually being notified?

How do I use the for-each construct?

I have a bugfix and want to submit it to Sun. What do I do?

I've see the letter P in hexidecimal constants, like 0XfP3. What does it mean?

Sometimes when I try to override a method, I get the signature wrong. The program still compiles, but the code never runs. How can I make sure my method actually overrides the method of the superclass?

What does autoboxing and unboxing mean?

What purpose does the TimeUnit class have?

About | Sitemap | Contact