SCJP Certification

Sun Certified Java Programmer Certification exam essentials

Archive for October, 2009

October 29th, 2009

Which class is used to provide methods for reading and writing console objects?

No Comments, Java Facts, by Daisy Williams.

The Console class is used to provide methods to read from and write to the console objects. It extends the…

Share

October 28th, 2009

How to declare a package?

No Comments, Java Facts, by Daisy Williams.

The package statement is used to declare packages. The word package is a keyword in Java. This statement is not…

Share