JavaLanguage Section Index | Page 34

What are the differences between instance and class variables?

What is a method's signature?

What is an overloaded method?

How do I find out all the installed packages?

Where can I get the Java Language Specification (JLS)?

How can I get the number of days that have elapsed between two Date objects?

How can I force garbage collection to take place?

How can I implement destructors in Java?

How does garbage collection work?

When should I use an interface instead of an abstract class?

How can I store and manipulate unsigned bytes in Java?

What are the differences between the == operator and the equals() method?

What's the difference between the ">>" and ">>>" operators?

From an inner class, "this" points to the inner object. How do I get a "this" pointer to the enclosing object?

How do I change what standard output or standard error goes to so it can go somewhere other than the console?

About | Sitemap | Contact