The PrintWriter class extends the Writer class and implements the Closeable, Flushable, and Appendable interfaces. It is used for writing…
August 18th, 2011
uCertify’s Back 2 School Sale – Save upto 50%!
No Comments, Uncategorized, by Daisy Williams.Do you have the right tools to get ahead this new school year? Earn more, do more, with an IT…
August 15th, 2011
What is contructor overloading?
No Comments, Uncategorized, by Daisy Williams.Constructor overloading is a technique in Java in which a class can have any number of constructors that differ in…
August 13th, 2011
What is the Console class?
No Comments, Uncategorized, by Daisy Williams.The Console class extends the Object class and has convenience methods to read from and write to the console objects….
August 8th, 2011
What is the readPassword() method?
No Comments, Uncategorized, by Daisy Williams.The readPassword() method of the Console class is used to read a password from the underlying console. This method does…
August 8th, 2011
What are the data type conversions available in Java?
No Comments, Uncategorized, by Daisy Williams.Java provides two kinds of data type conversions, namely automatic and explicit. Automatic conversion takes place when the following two…
August 3rd, 2011
What is the main() method?
No Comments, Uncategorized, by Daisy Williams.The main() method is the entry point for Java applications. The interpreter starts the execution of the program from the…
August 1st, 2011
What is inheritance?
No Comments, Uncategorized, by Daisy Williams.Inheritance is a process through which a class inherits the properties of another class. An inheritance is a relationship that…
July 30th, 2011
What are Web Services?
No Comments, Uncategorized, by Daisy Williams.A Web service is defined by W3C as a software system designed to support interoperable machine-to-machine interaction over a network….
July 29th, 2011
What is a Web Service?
No Comments, Uncategorized, by Daisy Williams.A Web service is a unit of application logic that can be accessible via standard protocols. A Web service is…